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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=188",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=186",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 187,
    "results": [
        {
            "start": 817583768,
            "stop": 817583831
        },
        {
            "start": 817583835,
            "stop": 817583956
        },
        {
            "start": 817583975,
            "stop": 817584150
        },
        {
            "start": 817584188,
            "stop": 817584258
        },
        {
            "start": 817584301,
            "stop": 817584385
        },
        {
            "start": 817584412,
            "stop": 817584447
        },
        {
            "start": 817584468,
            "stop": 817584543
        },
        {
            "start": 817584572,
            "stop": 817584717
        },
        {
            "start": 817584734,
            "stop": 817584767
        },
        {
            "start": 817584789,
            "stop": 817585022
        },
        {
            "start": 817585046,
            "stop": 817585144
        },
        {
            "start": 817585149,
            "stop": 817585159
        },
        {
            "start": 817585164,
            "stop": 817585319
        },
        {
            "start": 817585359,
            "stop": 817585434
        },
        {
            "start": 817585453,
            "stop": 817585466
        },
        {
            "start": 817585488,
            "stop": 817585538
        },
        {
            "start": 817585557,
            "stop": 817585596
        },
        {
            "start": 817585619,
            "stop": 817585688
        },
        {
            "start": 817585705,
            "stop": 817585854
        },
        {
            "start": 817585876,
            "stop": 817585893
        }
    ]
}