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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1240",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1238",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1239,
    "results": [
        {
            "start": 957456756,
            "stop": 957456855
        },
        {
            "start": 957456856,
            "stop": 957457852
        },
        {
            "start": 957457854,
            "stop": 957457871
        },
        {
            "start": 957461163,
            "stop": 957462203
        },
        {
            "start": 957462205,
            "stop": 957462655
        },
        {
            "start": 957462657,
            "stop": 957464213
        },
        {
            "start": 957464215,
            "stop": 957465027
        },
        {
            "start": 957465028,
            "stop": 957465832
        },
        {
            "start": 957465834,
            "stop": 957465934
        },
        {
            "start": 957465936,
            "stop": 957466016
        },
        {
            "start": 957466018,
            "stop": 957466240
        },
        {
            "start": 957466242,
            "stop": 957466305
        },
        {
            "start": 957466307,
            "stop": 957466371
        },
        {
            "start": 957466373,
            "stop": 957466693
        },
        {
            "start": 957466695,
            "stop": 957467289
        },
        {
            "start": 957467291,
            "stop": 957467309
        },
        {
            "start": 957467728,
            "stop": 957469214
        },
        {
            "start": 957469216,
            "stop": 957469271
        },
        {
            "start": 957469273,
            "stop": 957469519
        },
        {
            "start": 957469521,
            "stop": 957470073
        }
    ]
}