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=8258
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=8259",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8257",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8258,
    "results": [
        {
            "start": 873826200,
            "stop": 873826279
        },
        {
            "start": 873826298,
            "stop": 873826382
        },
        {
            "start": 873826407,
            "stop": 873826415
        },
        {
            "start": 873826434,
            "stop": 873826500
        },
        {
            "start": 873826560,
            "stop": 873826588
        },
        {
            "start": 873826616,
            "stop": 873826690
        },
        {
            "start": 873826724,
            "stop": 873826785
        },
        {
            "start": 873826805,
            "stop": 873826817
        },
        {
            "start": 873826837,
            "stop": 873826950
        },
        {
            "start": 873826967,
            "stop": 873827195
        },
        {
            "start": 873827215,
            "stop": 873827225
        },
        {
            "start": 873827245,
            "stop": 873827276
        },
        {
            "start": 873827340,
            "stop": 873827363
        },
        {
            "start": 873827383,
            "stop": 873827423
        },
        {
            "start": 873827458,
            "stop": 873827460
        },
        {
            "start": 873827520,
            "stop": 873827580
        },
        {
            "start": 873827640,
            "stop": 873827695
        },
        {
            "start": 873827730,
            "stop": 873827753
        },
        {
            "start": 873827773,
            "stop": 873827820
        },
        {
            "start": 873827881,
            "stop": 873827883
        }
    ]
}