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=3810
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=3811",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3809",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3810,
    "results": [
        {
            "start": 873301702,
            "stop": 873301704
        },
        {
            "start": 873301706,
            "stop": 873301739
        },
        {
            "start": 873301740,
            "stop": 873301776
        },
        {
            "start": 873301778,
            "stop": 873301780
        },
        {
            "start": 873301781,
            "stop": 873301784
        },
        {
            "start": 873301785,
            "stop": 873301807
        },
        {
            "start": 873301808,
            "stop": 873301817
        },
        {
            "start": 873301819,
            "stop": 873301829
        },
        {
            "start": 873301830,
            "stop": 873301832
        },
        {
            "start": 873301835,
            "stop": 873301904
        },
        {
            "start": 873301905,
            "stop": 873301909
        },
        {
            "start": 873301915,
            "stop": 873301954
        },
        {
            "start": 873301955,
            "stop": 873301968
        },
        {
            "start": 873301969,
            "stop": 873301971
        },
        {
            "start": 873301972,
            "stop": 873301983
        },
        {
            "start": 873301985,
            "stop": 873302032
        },
        {
            "start": 873302033,
            "stop": 873302046
        },
        {
            "start": 873304454,
            "stop": 873304967
        },
        {
            "start": 873304968,
            "stop": 873304993
        },
        {
            "start": 873304995,
            "stop": 873304997
        }
    ]
}