Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=41
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=42",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=40",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 41,
    "results": [
        {
            "start": 820338288,
            "stop": 820340203
        },
        {
            "start": 820359180,
            "stop": 820359381
        },
        {
            "start": 820359678,
            "stop": 820364610
        },
        {
            "start": 820364670,
            "stop": 820364672
        },
        {
            "start": 820365762,
            "stop": 820370993
        },
        {
            "start": 820373426,
            "stop": 820375121
        },
        {
            "start": 820375122,
            "stop": 820380199
        },
        {
            "start": 820381418,
            "stop": 820382001
        },
        {
            "start": 820382080,
            "stop": 820394438
        },
        {
            "start": 820394440,
            "stop": 820399031
        },
        {
            "start": 820409872,
            "stop": 820420565
        },
        {
            "start": 820420799,
            "stop": 820422117
        },
        {
            "start": 820422123,
            "stop": 820423009
        },
        {
            "start": 820423203,
            "stop": 820424394
        },
        {
            "start": 820425095,
            "stop": 820426295
        },
        {
            "start": 820426296,
            "stop": 820429982
        },
        {
            "start": 820431584,
            "stop": 820432406
        },
        {
            "start": 820432550,
            "stop": 820432950
        },
        {
            "start": 820433010,
            "stop": 820433759
        },
        {
            "start": 820435906,
            "stop": 820438510
        }
    ]
}