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=197
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=198",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=196",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 197,
    "results": [
        {
            "start": 818208639,
            "stop": 818208643
        },
        {
            "start": 818208656,
            "stop": 818208657
        },
        {
            "start": 818208681,
            "stop": 818208682
        },
        {
            "start": 818208695,
            "stop": 818208696
        },
        {
            "start": 818208709,
            "stop": 818208710
        },
        {
            "start": 818208722,
            "stop": 818208723
        },
        {
            "start": 818208727,
            "stop": 818208730
        },
        {
            "start": 818208733,
            "stop": 818208734
        },
        {
            "start": 818208743,
            "stop": 818208746
        },
        {
            "start": 818208765,
            "stop": 818208771
        },
        {
            "start": 818208774,
            "stop": 818208776
        },
        {
            "start": 818208783,
            "stop": 818208785
        },
        {
            "start": 818208801,
            "stop": 818208802
        },
        {
            "start": 818208821,
            "stop": 818208822
        },
        {
            "start": 818208843,
            "stop": 818208845
        },
        {
            "start": 818208851,
            "stop": 818208852
        },
        {
            "start": 818208855,
            "stop": 818208862
        },
        {
            "start": 818208865,
            "stop": 818208868
        },
        {
            "start": 818208872,
            "stop": 818208873
        },
        {
            "start": 818208883,
            "stop": 818208884
        }
    ]
}