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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=645",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=643",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 644,
    "results": [
        {
            "start": 852548717,
            "stop": 852563131
        },
        {
            "start": 852563157,
            "stop": 852564513
        },
        {
            "start": 852564534,
            "stop": 852565869
        },
        {
            "start": 852567754,
            "stop": 852567757
        },
        {
            "start": 852570768,
            "stop": 852573030
        },
        {
            "start": 852573090,
            "stop": 852574950
        },
        {
            "start": 852575010,
            "stop": 852575022
        },
        {
            "start": 852575801,
            "stop": 852576308
        },
        {
            "start": 852579451,
            "stop": 852579625
        },
        {
            "start": 852579642,
            "stop": 852579933
        },
        {
            "start": 852579950,
            "stop": 852580468
        },
        {
            "start": 852583457,
            "stop": 852583846
        },
        {
            "start": 852585782,
            "stop": 852587451
        },
        {
            "start": 852587468,
            "stop": 852595321
        },
        {
            "start": 852599226,
            "stop": 852627997
        },
        {
            "start": 852629041,
            "stop": 852633513
        },
        {
            "start": 852638743,
            "stop": 852644877
        },
        {
            "start": 852645501,
            "stop": 852645746
        },
        {
            "start": 852646146,
            "stop": 852646151
        },
        {
            "start": 852646939,
            "stop": 852648353
        }
    ]
}