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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=111",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=109",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 110,
    "results": [
        {
            "start": 1239849793,
            "stop": 1239849912
        },
        {
            "start": 1239849913,
            "stop": 1239850032
        },
        {
            "start": 1239850033,
            "stop": 1239850152
        },
        {
            "start": 1239850153,
            "stop": 1239850272
        },
        {
            "start": 1239850273,
            "stop": 1239850389
        },
        {
            "start": 1239850390,
            "stop": 1239850512
        },
        {
            "start": 1239850513,
            "stop": 1239850632
        },
        {
            "start": 1239850633,
            "stop": 1239850752
        },
        {
            "start": 1239850753,
            "stop": 1239850872
        },
        {
            "start": 1239850873,
            "stop": 1239850992
        },
        {
            "start": 1239850993,
            "stop": 1239851112
        },
        {
            "start": 1239851113,
            "stop": 1239851232
        },
        {
            "start": 1239851233,
            "stop": 1239851352
        },
        {
            "start": 1239851353,
            "stop": 1239851472
        },
        {
            "start": 1239851473,
            "stop": 1239851592
        },
        {
            "start": 1239851593,
            "stop": 1239851712
        },
        {
            "start": 1239851713,
            "stop": 1239851832
        },
        {
            "start": 1239851833,
            "stop": 1239851952
        },
        {
            "start": 1239851953,
            "stop": 1239852072
        },
        {
            "start": 1239852073,
            "stop": 1239852192
        }
    ]
}