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=141
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=142",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=140",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 141,
    "results": [
        {
            "start": 838561078,
            "stop": 838568612
        },
        {
            "start": 838568620,
            "stop": 838569192
        },
        {
            "start": 838569202,
            "stop": 838569207
        },
        {
            "start": 838569215,
            "stop": 838569439
        },
        {
            "start": 838571515,
            "stop": 838576645
        },
        {
            "start": 838576653,
            "stop": 838576654
        },
        {
            "start": 838576662,
            "stop": 838577979
        },
        {
            "start": 838579023,
            "stop": 838583315
        },
        {
            "start": 838583323,
            "stop": 838584332
        },
        {
            "start": 838584340,
            "stop": 838584341
        },
        {
            "start": 838584349,
            "stop": 838588609
        },
        {
            "start": 838588611,
            "stop": 838607549
        },
        {
            "start": 838607557,
            "stop": 838609317
        },
        {
            "start": 838609318,
            "stop": 838609842
        },
        {
            "start": 838612365,
            "stop": 838621775
        },
        {
            "start": 838621783,
            "stop": 838629613
        },
        {
            "start": 838632599,
            "stop": 838635773
        },
        {
            "start": 838637064,
            "stop": 838653452
        },
        {
            "start": 838653460,
            "stop": 838653463
        },
        {
            "start": 838653471,
            "stop": 838654726
        }
    ]
}