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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4883",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4881",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4882,
    "results": [
        {
            "start": 971613795,
            "stop": 971613869
        },
        {
            "start": 971613872,
            "stop": 971613925
        },
        {
            "start": 971613928,
            "stop": 971613961
        },
        {
            "start": 971613966,
            "stop": 971614010
        },
        {
            "start": 971614013,
            "stop": 971614021
        },
        {
            "start": 971614024,
            "stop": 971614099
        },
        {
            "start": 971614102,
            "stop": 971614178
        },
        {
            "start": 971614181,
            "stop": 971614211
        },
        {
            "start": 971614214,
            "stop": 971614243
        },
        {
            "start": 971614246,
            "stop": 971614247
        },
        {
            "start": 971614254,
            "stop": 971614261
        },
        {
            "start": 971614265,
            "stop": 971614266
        },
        {
            "start": 971614269,
            "stop": 971614278
        },
        {
            "start": 971614281,
            "stop": 971614297
        },
        {
            "start": 971614302,
            "stop": 971614309
        },
        {
            "start": 971614313,
            "stop": 971614329
        },
        {
            "start": 971614333,
            "stop": 971614336
        },
        {
            "start": 971614339,
            "stop": 971614345
        },
        {
            "start": 971614348,
            "stop": 971614427
        },
        {
            "start": 971614430,
            "stop": 971614459
        }
    ]
}