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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=85",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=83",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 84,
    "results": [
        {
            "start": 816844834,
            "stop": 816844846
        },
        {
            "start": 816844875,
            "stop": 816844889
        },
        {
            "start": 816844908,
            "stop": 816844909
        },
        {
            "start": 816844929,
            "stop": 816844930
        },
        {
            "start": 816844979,
            "stop": 816845004
        },
        {
            "start": 816845040,
            "stop": 816845051
        },
        {
            "start": 816845089,
            "stop": 816845101
        },
        {
            "start": 816845118,
            "stop": 816845119
        },
        {
            "start": 816845140,
            "stop": 816845177
        },
        {
            "start": 816845231,
            "stop": 816845354
        },
        {
            "start": 816845460,
            "stop": 816845481
        },
        {
            "start": 816845533,
            "stop": 816845627
        },
        {
            "start": 816845679,
            "stop": 816845691
        },
        {
            "start": 816845713,
            "stop": 816845745
        },
        {
            "start": 816845825,
            "stop": 816845833
        },
        {
            "start": 816845867,
            "stop": 816845939
        },
        {
            "start": 816845960,
            "stop": 816845995
        },
        {
            "start": 816846023,
            "stop": 816846048
        },
        {
            "start": 816846065,
            "stop": 816846088
        },
        {
            "start": 816846121,
            "stop": 816846132
        }
    ]
}