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=47
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=48",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=46",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 47,
    "results": [
        {
            "start": 817192180,
            "stop": 817192214
        },
        {
            "start": 817192221,
            "stop": 817192415
        },
        {
            "start": 817192422,
            "stop": 817192453
        },
        {
            "start": 817192460,
            "stop": 817193769
        },
        {
            "start": 817193782,
            "stop": 817194000
        },
        {
            "start": 817194130,
            "stop": 817194199
        },
        {
            "start": 817194212,
            "stop": 817196338
        },
        {
            "start": 817196345,
            "stop": 817196347
        },
        {
            "start": 817196354,
            "stop": 817196451
        },
        {
            "start": 817196458,
            "stop": 817196483
        },
        {
            "start": 817196490,
            "stop": 817196531
        },
        {
            "start": 817196540,
            "stop": 817196566
        },
        {
            "start": 817196574,
            "stop": 817196637
        },
        {
            "start": 817196644,
            "stop": 817196737
        },
        {
            "start": 817196744,
            "stop": 817196833
        },
        {
            "start": 817196840,
            "stop": 817196891
        },
        {
            "start": 817196899,
            "stop": 817196954
        },
        {
            "start": 817196961,
            "stop": 817196980
        },
        {
            "start": 817196984,
            "stop": 817197040
        },
        {
            "start": 817197047,
            "stop": 817197104
        }
    ]
}