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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8823",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8821",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8822,
    "results": [
        {
            "start": 872639350,
            "stop": 872639739
        },
        {
            "start": 872639758,
            "stop": 872639837
        },
        {
            "start": 872639858,
            "stop": 872640006
        },
        {
            "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
        }
    ]
}