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=8320
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=8321",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8319",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8320,
    "results": [
        {
            "start": 874265802,
            "stop": 874265945
        },
        {
            "start": 874265962,
            "stop": 874265967
        },
        {
            "start": 874266099,
            "stop": 874266123
        },
        {
            "start": 874266140,
            "stop": 874266148
        },
        {
            "start": 874266167,
            "stop": 874266241
        },
        {
            "start": 874266262,
            "stop": 874266300
        },
        {
            "start": 874266319,
            "stop": 874266389
        },
        {
            "start": 874266406,
            "stop": 874266518
        },
        {
            "start": 874266554,
            "stop": 874266796
        },
        {
            "start": 874266833,
            "stop": 874266992
        },
        {
            "start": 874267114,
            "stop": 874267142
        },
        {
            "start": 874267161,
            "stop": 874268295
        },
        {
            "start": 874268315,
            "stop": 874268630
        },
        {
            "start": 874268650,
            "stop": 874268801
        },
        {
            "start": 874268820,
            "stop": 874268899
        },
        {
            "start": 874268919,
            "stop": 874268940
        },
        {
            "start": 874269000,
            "stop": 874269019
        },
        {
            "start": 874269050,
            "stop": 874269055
        },
        {
            "start": 874269074,
            "stop": 874269092
        },
        {
            "start": 874269110,
            "stop": 874269303
        }
    ]
}