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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=39",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=37",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 38,
    "results": [
        {
            "start": 818885716,
            "stop": 818888211
        },
        {
            "start": 818888611,
            "stop": 818893775
        },
        {
            "start": 818894300,
            "stop": 818917613
        },
        {
            "start": 818918167,
            "stop": 818918177
        },
        {
            "start": 818918779,
            "stop": 818945592
        },
        {
            "start": 818946116,
            "stop": 818952130
        },
        {
            "start": 818952689,
            "stop": 818954218
        },
        {
            "start": 818954623,
            "stop": 818960802
        },
        {
            "start": 818961390,
            "stop": 818969158
        },
        {
            "start": 818969558,
            "stop": 818971187
        },
        {
            "start": 818971762,
            "stop": 819002197
        },
        {
            "start": 819002199,
            "stop": 819027679
        },
        {
            "start": 819041055,
            "stop": 819043382
        },
        {
            "start": 819043782,
            "stop": 819044172
        },
        {
            "start": 819047310,
            "stop": 819050034
        },
        {
            "start": 819050354,
            "stop": 819051031
        },
        {
            "start": 819051431,
            "stop": 819057905
        },
        {
            "start": 819058808,
            "stop": 819060205
        },
        {
            "start": 819060641,
            "stop": 819066623
        },
        {
            "start": 819067341,
            "stop": 819067531
        }
    ]
}