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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14451",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14449",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14450,
    "results": [
        {
            "start": 971560281,
            "stop": 971560348
        },
        {
            "start": 971560349,
            "stop": 971560375
        },
        {
            "start": 971560376,
            "stop": 971560381
        },
        {
            "start": 971560383,
            "stop": 971560388
        },
        {
            "start": 971560389,
            "stop": 971560393
        },
        {
            "start": 971560396,
            "stop": 971560400
        },
        {
            "start": 971560402,
            "stop": 971560412
        },
        {
            "start": 971560413,
            "stop": 971560416
        },
        {
            "start": 971560418,
            "stop": 971560429
        },
        {
            "start": 971560431,
            "stop": 971560460
        },
        {
            "start": 971560461,
            "stop": 971560462
        },
        {
            "start": 971560463,
            "stop": 971560467
        },
        {
            "start": 971560470,
            "stop": 971560474
        },
        {
            "start": 971560476,
            "stop": 971560478
        },
        {
            "start": 971560483,
            "stop": 971560496
        },
        {
            "start": 971560499,
            "stop": 971560510
        },
        {
            "start": 971560511,
            "stop": 971560512
        },
        {
            "start": 971560515,
            "stop": 971560520
        },
        {
            "start": 971560521,
            "stop": 971560531
        },
        {
            "start": 971560533,
            "stop": 971560535
        }
    ]
}