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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=234",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=232",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 233,
    "results": [
        {
            "start": 1264396968,
            "stop": 1264397032
        },
        {
            "start": 1264397033,
            "stop": 1264397040
        },
        {
            "start": 1264397041,
            "stop": 1264397042
        },
        {
            "start": 1264397043,
            "stop": 1264397048
        },
        {
            "start": 1264397050,
            "stop": 1264397108
        },
        {
            "start": 1264397109,
            "stop": 1264397110
        },
        {
            "start": 1264397111,
            "stop": 1264397116
        },
        {
            "start": 1264397119,
            "stop": 1264397134
        },
        {
            "start": 1264397135,
            "stop": 1264397142
        },
        {
            "start": 1264397143,
            "stop": 1264397193
        },
        {
            "start": 1264397196,
            "stop": 1264397203
        },
        {
            "start": 1264397204,
            "stop": 1264397301
        },
        {
            "start": 1264397303,
            "stop": 1264397316
        },
        {
            "start": 1264397319,
            "stop": 1264397353
        },
        {
            "start": 1264397356,
            "stop": 1264397419
        },
        {
            "start": 1264397421,
            "stop": 1264397436
        },
        {
            "start": 1264397438,
            "stop": 1264397444
        },
        {
            "start": 1264397446,
            "stop": 1264397453
        },
        {
            "start": 1264397455,
            "stop": 1264397459
        },
        {
            "start": 1264397462,
            "stop": 1264397485
        }
    ]
}