Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14166
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14167",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14165",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14166,
    "results": [
        {
            "start": 971166154,
            "stop": 971166155
        },
        {
            "start": 971166156,
            "stop": 971166158
        },
        {
            "start": 971166159,
            "stop": 971166160
        },
        {
            "start": 971166164,
            "stop": 971166165
        },
        {
            "start": 971166166,
            "stop": 971166173
        },
        {
            "start": 971166174,
            "stop": 971166175
        },
        {
            "start": 971166177,
            "stop": 971166180
        },
        {
            "start": 971166181,
            "stop": 971166183
        },
        {
            "start": 971166184,
            "stop": 971166185
        },
        {
            "start": 971166186,
            "stop": 971166188
        },
        {
            "start": 971166189,
            "stop": 971166190
        },
        {
            "start": 971166191,
            "stop": 971166192
        },
        {
            "start": 971166193,
            "stop": 971166195
        },
        {
            "start": 971166196,
            "stop": 971166199
        },
        {
            "start": 971166201,
            "stop": 971166209
        },
        {
            "start": 971166211,
            "stop": 971166214
        },
        {
            "start": 971166216,
            "stop": 971166217
        },
        {
            "start": 971166218,
            "stop": 971166219
        },
        {
            "start": 971166222,
            "stop": 971166224
        },
        {
            "start": 971166226,
            "stop": 971166227
        }
    ]
}