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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=102",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=100",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 101,
    "results": [
        {
            "start": 833053009,
            "stop": 833054484
        },
        {
            "start": 833054492,
            "stop": 833054493
        },
        {
            "start": 833054501,
            "stop": 833057379
        },
        {
            "start": 833057389,
            "stop": 833057391
        },
        {
            "start": 833063328,
            "stop": 833069190
        },
        {
            "start": 833070022,
            "stop": 833075165
        },
        {
            "start": 833075173,
            "stop": 833089661
        },
        {
            "start": 833090585,
            "stop": 833091181
        },
        {
            "start": 833092202,
            "stop": 833094978
        },
        {
            "start": 833094984,
            "stop": 833122123
        },
        {
            "start": 833123852,
            "stop": 833124559
        },
        {
            "start": 833124568,
            "stop": 833128650
        },
        {
            "start": 833128666,
            "stop": 833134332
        },
        {
            "start": 833134340,
            "stop": 833134341
        },
        {
            "start": 833134354,
            "stop": 833137604
        },
        {
            "start": 833138625,
            "stop": 833140815
        },
        {
            "start": 833141727,
            "stop": 833144698
        },
        {
            "start": 833144823,
            "stop": 833147269
        },
        {
            "start": 833148180,
            "stop": 833148260
        },
        {
            "start": 833148382,
            "stop": 833148482
        }
    ]
}