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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=96",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=94",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 95,
    "results": [
        {
            "start": 818686724,
            "stop": 818687173
        },
        {
            "start": 818687205,
            "stop": 818687206
        },
        {
            "start": 818689526,
            "stop": 818691883
        },
        {
            "start": 818692064,
            "stop": 818692206
        },
        {
            "start": 818692210,
            "stop": 818692560
        },
        {
            "start": 818692620,
            "stop": 818693760
        },
        {
            "start": 818693820,
            "stop": 818695213
        },
        {
            "start": 818695661,
            "stop": 818695920
        },
        {
            "start": 818696040,
            "stop": 818696280
        },
        {
            "start": 818696340,
            "stop": 818696400
        },
        {
            "start": 818696520,
            "stop": 818696700
        },
        {
            "start": 818696820,
            "stop": 818697180
        },
        {
            "start": 818697240,
            "stop": 818697540
        },
        {
            "start": 818697600,
            "stop": 818698320
        },
        {
            "start": 818698440,
            "stop": 818698500
        },
        {
            "start": 818698560,
            "stop": 818698740
        },
        {
            "start": 818698800,
            "stop": 818699220
        },
        {
            "start": 818699280,
            "stop": 818699700
        },
        {
            "start": 818699760,
            "stop": 818701380
        },
        {
            "start": 818701440,
            "stop": 818702040
        }
    ]
}