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=2168
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=2169",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2167",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2168,
    "results": [
        {
            "start": 870185930,
            "stop": 870190590
        },
        {
            "start": 870190595,
            "stop": 870197506
        },
        {
            "start": 870197509,
            "stop": 870199162
        },
        {
            "start": 870199168,
            "stop": 870200260
        },
        {
            "start": 870200265,
            "stop": 870200285
        },
        {
            "start": 870200290,
            "stop": 870209100
        },
        {
            "start": 870209105,
            "stop": 870209117
        },
        {
            "start": 870209123,
            "stop": 870210335
        },
        {
            "start": 870210340,
            "stop": 870210751
        },
        {
            "start": 870212017,
            "stop": 870213120
        },
        {
            "start": 870213180,
            "stop": 870213242
        },
        {
            "start": 870213248,
            "stop": 870214718
        },
        {
            "start": 870214870,
            "stop": 870215583
        },
        {
            "start": 870215883,
            "stop": 870229200
        },
        {
            "start": 870229260,
            "stop": 870231482
        },
        {
            "start": 870231488,
            "stop": 870231540
        },
        {
            "start": 870231600,
            "stop": 870261899
        },
        {
            "start": 870262009,
            "stop": 870262176
        },
        {
            "start": 870262727,
            "stop": 870272979
        },
        {
            "start": 870274256,
            "stop": 870274330
        }
    ]
}