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=1227
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=1228",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1226",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1227,
    "results": [
        {
            "start": 957249205,
            "stop": 957249377
        },
        {
            "start": 957250491,
            "stop": 957250596
        },
        {
            "start": 957250598,
            "stop": 957251023
        },
        {
            "start": 957251025,
            "stop": 957251807
        },
        {
            "start": 957251809,
            "stop": 957251832
        },
        {
            "start": 957251834,
            "stop": 957252314
        },
        {
            "start": 957252316,
            "stop": 957252406
        },
        {
            "start": 957252408,
            "stop": 957252672
        },
        {
            "start": 957252674,
            "stop": 957252968
        },
        {
            "start": 957252970,
            "stop": 957253111
        },
        {
            "start": 957253113,
            "stop": 957254701
        },
        {
            "start": 957254703,
            "stop": 957254811
        },
        {
            "start": 957254813,
            "stop": 957255199
        },
        {
            "start": 957255201,
            "stop": 957255216
        },
        {
            "start": 957255218,
            "stop": 957255515
        },
        {
            "start": 957255517,
            "stop": 957255822
        },
        {
            "start": 957255824,
            "stop": 957255829
        },
        {
            "start": 957255831,
            "stop": 957255882
        },
        {
            "start": 957255884,
            "stop": 957256122
        },
        {
            "start": 957256124,
            "stop": 957256587
        }
    ]
}