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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_BURST_CAT2/segments?format=api&page=19",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_BURST_CAT2/segments?format=api&page=17",
    "results_count": 1350,
    "results_per_page": 20,
    "num_pages": 68,
    "page_number": 18,
    "results": [
        {
            "start": 1242074167,
            "stop": 1242075055
        },
        {
            "start": 1242075063,
            "stop": 1242075263
        },
        {
            "start": 1242075279,
            "stop": 1242078903
        },
        {
            "start": 1242078911,
            "stop": 1242079559
        },
        {
            "start": 1242079567,
            "stop": 1242081647
        },
        {
            "start": 1242081655,
            "stop": 1242083319
        },
        {
            "start": 1242083327,
            "stop": 1242084063
        },
        {
            "start": 1242084071,
            "stop": 1242086959
        },
        {
            "start": 1242086967,
            "stop": 1242087991
        },
        {
            "start": 1242087999,
            "stop": 1242089407
        },
        {
            "start": 1242089415,
            "stop": 1242090551
        },
        {
            "start": 1242090559,
            "stop": 1242092159
        },
        {
            "start": 1242092175,
            "stop": 1242093215
        },
        {
            "start": 1242093223,
            "stop": 1242096391
        },
        {
            "start": 1242096399,
            "stop": 1242099743
        },
        {
            "start": 1242099751,
            "stop": 1242100903
        },
        {
            "start": 1242100911,
            "stop": 1242101831
        },
        {
            "start": 1242101839,
            "stop": 1242102751
        },
        {
            "start": 1242102759,
            "stop": 1242106007
        },
        {
            "start": 1242106015,
            "stop": 1242107135
        }
    ]
}