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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=413",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=411",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 412,
    "results": [
        {
            "start": 818725432,
            "stop": 818725433
        },
        {
            "start": 818725437,
            "stop": 818725439
        },
        {
            "start": 818725442,
            "stop": 818725445
        },
        {
            "start": 818725458,
            "stop": 818725463
        },
        {
            "start": 818725466,
            "stop": 818725470
        },
        {
            "start": 818725490,
            "stop": 818725491
        },
        {
            "start": 818725502,
            "stop": 818725507
        },
        {
            "start": 818725516,
            "stop": 818725523
        },
        {
            "start": 818725574,
            "stop": 818725577
        },
        {
            "start": 818725608,
            "stop": 818725609
        },
        {
            "start": 818725627,
            "stop": 818725629
        },
        {
            "start": 818725642,
            "stop": 818725645
        },
        {
            "start": 818725662,
            "stop": 818725668
        },
        {
            "start": 818725674,
            "stop": 818725676
        },
        {
            "start": 818725782,
            "stop": 818725783
        },
        {
            "start": 818725787,
            "stop": 818725788
        },
        {
            "start": 818725865,
            "stop": 818725866
        },
        {
            "start": 818725869,
            "stop": 818725870
        },
        {
            "start": 818725948,
            "stop": 818725949
        },
        {
            "start": 818726197,
            "stop": 818726199
        }
    ]
}