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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=9",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=7",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 8,
    "results": [
        {
            "start": 1256889645,
            "stop": 1256890373
        },
        {
            "start": 1256890376,
            "stop": 1256890940
        },
        {
            "start": 1256891012,
            "stop": 1256894158
        },
        {
            "start": 1256894163,
            "stop": 1256895826
        },
        {
            "start": 1256895828,
            "stop": 1256896288
        },
        {
            "start": 1256896291,
            "stop": 1256897429
        },
        {
            "start": 1256897433,
            "stop": 1256897884
        },
        {
            "start": 1256897889,
            "stop": 1256898607
        },
        {
            "start": 1256898610,
            "stop": 1256898780
        },
        {
            "start": 1256898782,
            "stop": 1256898889
        },
        {
            "start": 1256898897,
            "stop": 1256901403
        },
        {
            "start": 1256901406,
            "stop": 1256902206
        },
        {
            "start": 1256902210,
            "stop": 1256902979
        },
        {
            "start": 1256902982,
            "stop": 1256903452
        },
        {
            "start": 1256903719,
            "stop": 1256905632
        },
        {
            "start": 1256905634,
            "stop": 1256907021
        },
        {
            "start": 1256907025,
            "stop": 1256907952
        },
        {
            "start": 1256907957,
            "stop": 1256908430
        },
        {
            "start": 1256908435,
            "stop": 1256908637
        },
        {
            "start": 1256908642,
            "stop": 1256909965
        }
    ]
}