List children for a collection or collection object

GET /api/0.2/ddr-densho-1000-160/children/?format=api&limit=25&offset=25
HTTP 200 OK
Allow: GET, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 27,
    "limit": 25,
    "offset": 25,
    "prev_offset": 0,
    "next_offset": null,
    "page_size": 25,
    "this_page": 2,
    "num_this_page": 2,
    "prev_api": "https://ddr.densho.org/api/0.2/ddr-densho-1000-160/children/?format=api&limit=25&offset=0",
    "next_api": "",
    "objects": [
        {
            "id": "ddr-densho-1000-160-26",
            "model": "segment",
            "index": "0 25/{'value': 27, 'relation': 'eq'}",
            "links": {
                "html": "https://ddr.densho.org/ddr-densho-1000-160-26/?format=api",
                "json": "https://ddr.densho.org/api/0.2/ddr-densho-1000-160-26/?format=api",
                "img": "https://ddr.densho.org/media/ddr-densho-1000/denshovh-hearl-01-a.jpg",
                "thumb": "http://ddrmedia.local/media/ddr-densho-1000/denshovh-hearl-01-a.jpg"
            },
            "title": "Earl Hanson Interview Segment 26",
            "description": "Memories of Japanese Americans returning to Bainbridge Island, Washington, after the war<p>This material is based upon work assisted by a grant from the Department of the Interior, National Park Service. Any opinions, finding, and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the Department of the Interior.",
            "extent": "00:06:19",
            "links_children": "ddr-densho-1000-160-26",
            "creators": [
                {
                    "role": "narrator",
                    "oh_id": 176,
                    "namepart": "Earl Hanson"
                },
                {
                    "role": "interviewer",
                    "namepart": "David Neiwert"
                },
                {
                    "role": "videographer",
                    "namepart": "John Pai"
                }
            ],
            "format": "vh",
            "language": [
                "eng"
            ],
            "contributor": "Densho",
            "geography": [
                {
                    "term": "Bainbridge Island, Washington",
                    "id": "\"http://vocab.getty.edu/tgn/1006381\""
                }
            ],
            "rights": "cc",
            "genre": "interview",
            "location": "Poulsbo, Washington",
            "creation": "May 27, 2004",
            "status": "completed",
            "search_hidden": "Earl Hanson narrator \nDavid Neiwert interviewer \nJohn Pai videographer",
            "download_large": "denshovh-hearl-01-a.jpg"
        },
        {
            "id": "ddr-densho-1000-160-27",
            "model": "segment",
            "index": "1 26/{'value': 27, 'relation': 'eq'}",
            "links": {
                "html": "https://ddr.densho.org/ddr-densho-1000-160-27/?format=api",
                "json": "https://ddr.densho.org/api/0.2/ddr-densho-1000-160-27/?format=api",
                "img": "https://ddr.densho.org/media/ddr-densho-1000/denshovh-hearl-01-a.jpg",
                "thumb": "http://ddrmedia.local/media/ddr-densho-1000/denshovh-hearl-01-a.jpg"
            },
            "title": "Earl Hanson Interview Segment 27",
            "description": "Speaking to schoolchildren; message for future generations<p>This material is based upon work assisted by a grant from the Department of the Interior, National Park Service. Any opinions, finding, and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the Department of the Interior.",
            "extent": "00:06:54",
            "links_children": "ddr-densho-1000-160-27",
            "creators": [
                {
                    "role": "narrator",
                    "oh_id": 176,
                    "namepart": "Earl Hanson"
                },
                {
                    "role": "interviewer",
                    "namepart": "David Neiwert"
                },
                {
                    "role": "videographer",
                    "namepart": "John Pai"
                }
            ],
            "format": "vh",
            "language": [
                "eng"
            ],
            "contributor": "Densho",
            "rights": "cc",
            "genre": "interview",
            "location": "Poulsbo, Washington",
            "creation": "May 27, 2004",
            "status": "completed",
            "search_hidden": "Earl Hanson narrator \nDavid Neiwert interviewer \nJohn Pai videographer",
            "download_large": "denshovh-hearl-01-a.jpg"
        }
    ],
    "query": {
        "query": {
            "wildcard": {
                "id": "ddr-densho-1000-160-*"
            }
        },
        "sort": [
            "repo",
            "org",
            "cid",
            "eid",
            {
                "role": {
                    "order": "desc"
                }
            },
            "sort",
            "sha1",
            "id"
        ],
        "_source": [
            "id",
            "model",
            "links_html",
            "links_json",
            "links_img",
            "links_thumb",
            "links_children",
            "status",
            "public",
            "title",
            "description",
            "contributor",
            "creators",
            "creators.namepart",
            "facility",
            "format",
            "genre",
            "geography",
            "label",
            "language",
            "creation",
            "location",
            "persons",
            "rights",
            "topics",
            "image_url",
            "display_name",
            "bio",
            "extent",
            "search_hidden"
        ]
    },
    "aggregations": {}
}