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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=187",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=185",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 186,
    "results": [
        {
            "start": 818078196,
            "stop": 818078199
        },
        {
            "start": 818078208,
            "stop": 818078216
        },
        {
            "start": 818078222,
            "stop": 818078227
        },
        {
            "start": 818078254,
            "stop": 818078267
        },
        {
            "start": 818078277,
            "stop": 818078278
        },
        {
            "start": 818078469,
            "stop": 818078474
        },
        {
            "start": 818078478,
            "stop": 818078480
        },
        {
            "start": 818078489,
            "stop": 818078490
        },
        {
            "start": 818078506,
            "stop": 818078508
        },
        {
            "start": 818078512,
            "stop": 818078516
        },
        {
            "start": 818078519,
            "stop": 818078520
        },
        {
            "start": 818078708,
            "stop": 818078711
        },
        {
            "start": 818078717,
            "stop": 818078718
        },
        {
            "start": 818078721,
            "stop": 818078723
        },
        {
            "start": 818078726,
            "stop": 818078727
        },
        {
            "start": 818078739,
            "stop": 818078741
        },
        {
            "start": 818078749,
            "stop": 818078752
        },
        {
            "start": 818078825,
            "stop": 818078827
        },
        {
            "start": 818078835,
            "stop": 818078838
        },
        {
            "start": 818078850,
            "stop": 818078852
        }
    ]
}