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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3796",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3794",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3795,
    "results": [
        {
            "start": 873213494,
            "stop": 873213723
        },
        {
            "start": 873213724,
            "stop": 873213832
        },
        {
            "start": 873213835,
            "stop": 873213913
        },
        {
            "start": 873213921,
            "stop": 873213927
        },
        {
            "start": 873213930,
            "stop": 873214076
        },
        {
            "start": 873214085,
            "stop": 873214216
        },
        {
            "start": 873214217,
            "stop": 873214226
        },
        {
            "start": 873214227,
            "stop": 873214230
        },
        {
            "start": 873214233,
            "stop": 873214236
        },
        {
            "start": 873214237,
            "stop": 873214240
        },
        {
            "start": 873214241,
            "stop": 873214254
        },
        {
            "start": 873215085,
            "stop": 873215101
        },
        {
            "start": 873215104,
            "stop": 873215110
        },
        {
            "start": 873215111,
            "stop": 873215117
        },
        {
            "start": 873215120,
            "stop": 873215152
        },
        {
            "start": 873215153,
            "stop": 873215264
        },
        {
            "start": 873215265,
            "stop": 873215267
        },
        {
            "start": 873215268,
            "stop": 873215362
        },
        {
            "start": 873215369,
            "stop": 873215399
        },
        {
            "start": 873215400,
            "stop": 873215408
        }
    ]
}