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=1207
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=1208",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1206",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1207,
    "results": [
        {
            "start": 953747559,
            "stop": 953754978
        },
        {
            "start": 953757065,
            "stop": 953770193
        },
        {
            "start": 953774816,
            "stop": 953821500
        },
        {
            "start": 953826913,
            "stop": 953833712
        },
        {
            "start": 953834654,
            "stop": 953841707
        },
        {
            "start": 953846131,
            "stop": 953852671
        },
        {
            "start": 953853349,
            "stop": 953867409
        },
        {
            "start": 953867410,
            "stop": 953871642
        },
        {
            "start": 953871644,
            "stop": 953896998
        },
        {
            "start": 953897000,
            "stop": 953899806
        },
        {
            "start": 953908661,
            "stop": 953914339
        },
        {
            "start": 953916850,
            "stop": 953919234
        },
        {
            "start": 953930204,
            "stop": 953935934
        },
        {
            "start": 953940692,
            "stop": 953959485
        },
        {
            "start": 953959487,
            "stop": 953980426
        },
        {
            "start": 953981321,
            "stop": 953985639
        },
        {
            "start": 954024605,
            "stop": 954024660
        },
        {
            "start": 954024662,
            "stop": 954025728
        },
        {
            "start": 954028200,
            "stop": 954051232
        },
        {
            "start": 954051234,
            "stop": 954065279
        }
    ]
}