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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29509",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29507",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29508,
    "results": [
        {
            "start": 971613928,
            "stop": 971613961
        },
        {
            "start": 971613966,
            "stop": 971614007
        },
        {
            "start": 971614009,
            "stop": 971614010
        },
        {
            "start": 971614013,
            "stop": 971614021
        },
        {
            "start": 971614024,
            "stop": 971614098
        },
        {
            "start": 971614102,
            "stop": 971614104
        },
        {
            "start": 971614105,
            "stop": 971614178
        },
        {
            "start": 971614181,
            "stop": 971614211
        },
        {
            "start": 971614216,
            "stop": 971614229
        },
        {
            "start": 971614231,
            "stop": 971614235
        },
        {
            "start": 971614236,
            "stop": 971614243
        },
        {
            "start": 971614246,
            "stop": 971614247
        },
        {
            "start": 971614254,
            "stop": 971614257
        },
        {
            "start": 971614271,
            "stop": 971614274
        },
        {
            "start": 971614277,
            "stop": 971614278
        },
        {
            "start": 971614281,
            "stop": 971614285
        },
        {
            "start": 971614288,
            "stop": 971614290
        },
        {
            "start": 971614292,
            "stop": 971614293
        },
        {
            "start": 971614294,
            "stop": 971614297
        },
        {
            "start": 971614304,
            "stop": 971614309
        }
    ]
}