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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14824",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14822",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14823,
    "results": [
        {
            "start": 971258967,
            "stop": 971258972
        },
        {
            "start": 971258974,
            "stop": 971258989
        },
        {
            "start": 971260714,
            "stop": 971260730
        },
        {
            "start": 971260734,
            "stop": 971260791
        },
        {
            "start": 971260794,
            "stop": 971260892
        },
        {
            "start": 971260893,
            "stop": 971260906
        },
        {
            "start": 971260909,
            "stop": 971260919
        },
        {
            "start": 971260921,
            "stop": 971260930
        },
        {
            "start": 971260932,
            "stop": 971261013
        },
        {
            "start": 971261017,
            "stop": 971261025
        },
        {
            "start": 971261027,
            "stop": 971261043
        },
        {
            "start": 971261061,
            "stop": 971261090
        },
        {
            "start": 971261093,
            "stop": 971261095
        },
        {
            "start": 971261096,
            "stop": 971261129
        },
        {
            "start": 971261130,
            "stop": 971261143
        },
        {
            "start": 971261144,
            "stop": 971261149
        },
        {
            "start": 971261153,
            "stop": 971261215
        },
        {
            "start": 971261221,
            "stop": 971261275
        },
        {
            "start": 971261277,
            "stop": 971261279
        },
        {
            "start": 971261281,
            "stop": 971261295
        }
    ]
}