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=8102
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=8103",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8101",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8102,
    "results": [
        {
            "start": 872640023,
            "stop": 872640173
        },
        {
            "start": 872640204,
            "stop": 872640213
        },
        {
            "start": 872640248,
            "stop": 872640353
        },
        {
            "start": 872640376,
            "stop": 872640381
        },
        {
            "start": 872640435,
            "stop": 872640446
        },
        {
            "start": 872640470,
            "stop": 872640489
        },
        {
            "start": 872640542,
            "stop": 872640624
        },
        {
            "start": 872640641,
            "stop": 872640645
        },
        {
            "start": 872640664,
            "stop": 872640798
        },
        {
            "start": 872640850,
            "stop": 872640933
        },
        {
            "start": 872640952,
            "stop": 872640961
        },
        {
            "start": 872641001,
            "stop": 872641012
        },
        {
            "start": 872641061,
            "stop": 872641136
        },
        {
            "start": 872641156,
            "stop": 872641177
        },
        {
            "start": 872641196,
            "stop": 872641265
        },
        {
            "start": 872641306,
            "stop": 872641545
        },
        {
            "start": 872641562,
            "stop": 872641629
        },
        {
            "start": 872641671,
            "stop": 872641684
        },
        {
            "start": 872641740,
            "stop": 872641774
        },
        {
            "start": 872641836,
            "stop": 872641895
        }
    ]
}