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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=93",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=91",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 92,
    "results": [
        {
            "start": 931089178,
            "stop": 931089179
        },
        {
            "start": 931089180,
            "stop": 931089181
        },
        {
            "start": 931089182,
            "stop": 931089183
        },
        {
            "start": 931089186,
            "stop": 931089188
        },
        {
            "start": 931089190,
            "stop": 931089196
        },
        {
            "start": 931089198,
            "stop": 931089203
        },
        {
            "start": 931089204,
            "stop": 931089206
        },
        {
            "start": 931089207,
            "stop": 931089211
        },
        {
            "start": 931089218,
            "stop": 931089219
        },
        {
            "start": 931089220,
            "stop": 931089221
        },
        {
            "start": 931089222,
            "stop": 931089227
        },
        {
            "start": 931089228,
            "stop": 931089234
        },
        {
            "start": 931089235,
            "stop": 931089237
        },
        {
            "start": 931089238,
            "stop": 931089240
        },
        {
            "start": 931089241,
            "stop": 931089244
        },
        {
            "start": 931089245,
            "stop": 931089253
        },
        {
            "start": 931089256,
            "stop": 931089257
        },
        {
            "start": 931089258,
            "stop": 931089259
        },
        {
            "start": 931089260,
            "stop": 931089261
        },
        {
            "start": 931089262,
            "stop": 931089264
        }
    ]
}