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=83
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=84",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=82",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 83,
    "results": [
        {
            "start": 818040420,
            "stop": 818044080
        },
        {
            "start": 818044140,
            "stop": 818044260
        },
        {
            "start": 818044320,
            "stop": 818044440
        },
        {
            "start": 818044560,
            "stop": 818045690
        },
        {
            "start": 818045820,
            "stop": 818059273
        },
        {
            "start": 818059293,
            "stop": 818059294
        },
        {
            "start": 818060899,
            "stop": 818064736
        },
        {
            "start": 818064740,
            "stop": 818068453
        },
        {
            "start": 818069157,
            "stop": 818072983
        },
        {
            "start": 818073164,
            "stop": 818073843
        },
        {
            "start": 818073848,
            "stop": 818077130
        },
        {
            "start": 818077210,
            "stop": 818077211
        },
        {
            "start": 818077748,
            "stop": 818081220
        },
        {
            "start": 818081280,
            "stop": 818083203
        },
        {
            "start": 818083207,
            "stop": 818090400
        },
        {
            "start": 818090460,
            "stop": 818091540
        },
        {
            "start": 818091600,
            "stop": 818092560
        },
        {
            "start": 818092620,
            "stop": 818093533
        },
        {
            "start": 818094671,
            "stop": 818095200
        },
        {
            "start": 818095260,
            "stop": 818095620
        }
    ]
}