Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=266
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=267",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=265",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 266,
    "results": [
        {
            "start": 820914161,
            "stop": 820914573
        },
        {
            "start": 820914576,
            "stop": 820914931
        },
        {
            "start": 820914934,
            "stop": 820915004
        },
        {
            "start": 820915007,
            "stop": 820915018
        },
        {
            "start": 820915021,
            "stop": 820915455
        },
        {
            "start": 820915458,
            "stop": 820916183
        },
        {
            "start": 820916187,
            "stop": 820916236
        },
        {
            "start": 820916239,
            "stop": 820916266
        },
        {
            "start": 820916269,
            "stop": 820916402
        },
        {
            "start": 820916405,
            "stop": 820916482
        },
        {
            "start": 820916485,
            "stop": 820916618
        },
        {
            "start": 820916622,
            "stop": 820916837
        },
        {
            "start": 820916840,
            "stop": 820916861
        },
        {
            "start": 820916864,
            "stop": 820917575
        },
        {
            "start": 820917578,
            "stop": 820917789
        },
        {
            "start": 820917792,
            "stop": 820918055
        },
        {
            "start": 820918058,
            "stop": 820918147
        },
        {
            "start": 820918150,
            "stop": 820919091
        },
        {
            "start": 820919095,
            "stop": 820919291
        },
        {
            "start": 820919294,
            "stop": 820919805
        }
    ]
}