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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=91",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=89",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 90,
    "results": [
        {
            "start": 817067541,
            "stop": 817067616
        },
        {
            "start": 817067623,
            "stop": 817068252
        },
        {
            "start": 817069839,
            "stop": 817070990
        },
        {
            "start": 817070997,
            "stop": 817072489
        },
        {
            "start": 817072497,
            "stop": 817073555
        },
        {
            "start": 817073562,
            "stop": 817074673
        },
        {
            "start": 817074680,
            "stop": 817075465
        },
        {
            "start": 817075478,
            "stop": 817077079
        },
        {
            "start": 817077086,
            "stop": 817077169
        },
        {
            "start": 817077172,
            "stop": 817077473
        },
        {
            "start": 817077480,
            "stop": 817077538
        },
        {
            "start": 817077545,
            "stop": 817077850
        },
        {
            "start": 817078056,
            "stop": 817078263
        },
        {
            "start": 817078466,
            "stop": 817078822
        },
        {
            "start": 817078829,
            "stop": 817078912
        },
        {
            "start": 817078919,
            "stop": 817079197
        },
        {
            "start": 817079429,
            "stop": 817079655
        },
        {
            "start": 817079662,
            "stop": 817079702
        },
        {
            "start": 817079710,
            "stop": 817080481
        },
        {
            "start": 817080488,
            "stop": 817080519
        }
    ]
}