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=107
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=108",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=106",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 107,
    "results": [
        {
            "start": 1264113111,
            "stop": 1264113299
        },
        {
            "start": 1264113300,
            "stop": 1264113306
        },
        {
            "start": 1264113308,
            "stop": 1264113311
        },
        {
            "start": 1264113312,
            "stop": 1264113413
        },
        {
            "start": 1264113414,
            "stop": 1264113434
        },
        {
            "start": 1264113435,
            "stop": 1264113440
        },
        {
            "start": 1264113445,
            "stop": 1264113491
        },
        {
            "start": 1264113493,
            "stop": 1264113573
        },
        {
            "start": 1264113575,
            "stop": 1264113589
        },
        {
            "start": 1264113593,
            "stop": 1264113618
        },
        {
            "start": 1264113622,
            "stop": 1264113722
        },
        {
            "start": 1264113725,
            "stop": 1264113777
        },
        {
            "start": 1264113779,
            "stop": 1264113871
        },
        {
            "start": 1264113874,
            "stop": 1264113886
        },
        {
            "start": 1264113890,
            "stop": 1264113901
        },
        {
            "start": 1264113902,
            "stop": 1264113904
        },
        {
            "start": 1264113905,
            "stop": 1264113947
        },
        {
            "start": 1264113948,
            "stop": 1264113958
        },
        {
            "start": 1264113959,
            "stop": 1264113969
        },
        {
            "start": 1264113971,
            "stop": 1264113973
        }
    ]
}