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/H1_CBCHIGH_CAT3/segments?format=api&page=176
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=177",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=175",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 176,
    "results": [
        {
            "start": 820338288,
            "stop": 820340173
        },
        {
            "start": 820359180,
            "stop": 820359381
        },
        {
            "start": 820359678,
            "stop": 820359731
        },
        {
            "start": 820359734,
            "stop": 820360058
        },
        {
            "start": 820360075,
            "stop": 820360346
        },
        {
            "start": 820360363,
            "stop": 820360548
        },
        {
            "start": 820360572,
            "stop": 820360746
        },
        {
            "start": 820360763,
            "stop": 820360942
        },
        {
            "start": 820360959,
            "stop": 820361041
        },
        {
            "start": 820361058,
            "stop": 820361405
        },
        {
            "start": 820361422,
            "stop": 820361427
        },
        {
            "start": 820361444,
            "stop": 820361463
        },
        {
            "start": 820361480,
            "stop": 820361497
        },
        {
            "start": 820361514,
            "stop": 820361828
        },
        {
            "start": 820361845,
            "stop": 820361957
        },
        {
            "start": 820361974,
            "stop": 820362023
        },
        {
            "start": 820362040,
            "stop": 820362449
        },
        {
            "start": 820362466,
            "stop": 820362506
        },
        {
            "start": 820362523,
            "stop": 820362671
        },
        {
            "start": 820362688,
            "stop": 820362820
        }
    ]
}