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=66
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=67",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=65",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 66,
    "results": [
        {
            "start": 816688148,
            "stop": 816688166
        },
        {
            "start": 816688185,
            "stop": 816688397
        },
        {
            "start": 816688401,
            "stop": 816688441
        },
        {
            "start": 816688445,
            "stop": 816688486
        },
        {
            "start": 816688506,
            "stop": 816688543
        },
        {
            "start": 816688546,
            "stop": 816688572
        },
        {
            "start": 816688576,
            "stop": 816688637
        },
        {
            "start": 816688640,
            "stop": 816688673
        },
        {
            "start": 816688692,
            "stop": 816688759
        },
        {
            "start": 816688762,
            "stop": 816688770
        },
        {
            "start": 816688774,
            "stop": 816688783
        },
        {
            "start": 816688803,
            "stop": 816688947
        },
        {
            "start": 816688975,
            "stop": 816689204
        },
        {
            "start": 816689209,
            "stop": 816689227
        },
        {
            "start": 816689247,
            "stop": 816689255
        },
        {
            "start": 816689276,
            "stop": 816689362
        },
        {
            "start": 816689404,
            "stop": 816689444
        },
        {
            "start": 816689465,
            "stop": 816689495
        },
        {
            "start": 816689534,
            "stop": 816689549
        },
        {
            "start": 816689570,
            "stop": 816689572
        }
    ]
}