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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=46",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=44",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 45,
    "results": [
        {
            "start": 815979027,
            "stop": 815979639
        },
        {
            "start": 815979759,
            "stop": 815980128
        },
        {
            "start": 815980160,
            "stop": 815984074
        },
        {
            "start": 815984091,
            "stop": 815988344
        },
        {
            "start": 815990222,
            "stop": 815991982
        },
        {
            "start": 815991985,
            "stop": 815995776
        },
        {
            "start": 815995808,
            "stop": 815997949
        },
        {
            "start": 815997952,
            "stop": 815999302
        },
        {
            "start": 815999744,
            "stop": 816002490
        },
        {
            "start": 816002550,
            "stop": 816005653
        },
        {
            "start": 816005656,
            "stop": 816007893
        },
        {
            "start": 816007896,
            "stop": 816008550
        },
        {
            "start": 816008610,
            "stop": 816011873
        },
        {
            "start": 816011876,
            "stop": 816015284
        },
        {
            "start": 816015395,
            "stop": 816019616
        },
        {
            "start": 816019648,
            "stop": 816021930
        },
        {
            "start": 816021990,
            "stop": 816024288
        },
        {
            "start": 816024320,
            "stop": 816026743
        },
        {
            "start": 816026924,
            "stop": 816027013
        },
        {
            "start": 816034772,
            "stop": 816034998
        }
    ]
}