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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10231",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10229",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10230,
    "results": [
        {
            "start": 874270468,
            "stop": 874270762
        },
        {
            "start": 874270769,
            "stop": 874271151
        },
        {
            "start": 874271158,
            "stop": 874272063
        },
        {
            "start": 874272074,
            "stop": 874272089
        },
        {
            "start": 874272096,
            "stop": 874272140
        },
        {
            "start": 874272260,
            "stop": 874272285
        },
        {
            "start": 874272319,
            "stop": 874272379
        },
        {
            "start": 874272386,
            "stop": 874272623
        },
        {
            "start": 874272631,
            "stop": 874274143
        },
        {
            "start": 874274150,
            "stop": 874275120
        },
        {
            "start": 874275240,
            "stop": 874275300
        },
        {
            "start": 874275308,
            "stop": 874275327
        },
        {
            "start": 874275361,
            "stop": 874275553
        },
        {
            "start": 874275589,
            "stop": 874276148
        },
        {
            "start": 874276182,
            "stop": 874276260
        },
        {
            "start": 874276267,
            "stop": 874276672
        },
        {
            "start": 874276679,
            "stop": 874278252
        },
        {
            "start": 874278260,
            "stop": 874278400
        },
        {
            "start": 874278410,
            "stop": 874281645
        },
        {
            "start": 874282409,
            "stop": 874282487
        }
    ]
}