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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1518",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1516",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1517,
    "results": [
        {
            "start": 871273758,
            "stop": 871277316
        },
        {
            "start": 871278377,
            "stop": 871289596
        },
        {
            "start": 871289827,
            "stop": 871291490
        },
        {
            "start": 871296803,
            "stop": 871300048
        },
        {
            "start": 871300281,
            "stop": 871300441
        },
        {
            "start": 871300496,
            "stop": 871304789
        },
        {
            "start": 871304793,
            "stop": 871304794
        },
        {
            "start": 871304800,
            "stop": 871307934
        },
        {
            "start": 871308080,
            "stop": 871320341
        },
        {
            "start": 871320344,
            "stop": 871329485
        },
        {
            "start": 871330886,
            "stop": 871332221
        },
        {
            "start": 871334981,
            "stop": 871335023
        },
        {
            "start": 871341250,
            "stop": 871346444
        },
        {
            "start": 871346450,
            "stop": 871346460
        },
        {
            "start": 871346463,
            "stop": 871346487
        },
        {
            "start": 871346490,
            "stop": 871351443
        },
        {
            "start": 871351809,
            "stop": 871354176
        },
        {
            "start": 871354358,
            "stop": 871392572
        },
        {
            "start": 871393624,
            "stop": 871393968
        },
        {
            "start": 871393971,
            "stop": 871393978
        }
    ]
}