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=203
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=204",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=202",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 203,
    "results": [
        {
            "start": 817709167,
            "stop": 817711000
        },
        {
            "start": 817711019,
            "stop": 817711553
        },
        {
            "start": 817711583,
            "stop": 817711625
        },
        {
            "start": 817711642,
            "stop": 817713979
        },
        {
            "start": 817713998,
            "stop": 817714167
        },
        {
            "start": 817714204,
            "stop": 817714237
        },
        {
            "start": 817714256,
            "stop": 817714939
        },
        {
            "start": 817714962,
            "stop": 817715849
        },
        {
            "start": 817715887,
            "stop": 817718523
        },
        {
            "start": 817718558,
            "stop": 817718584
        },
        {
            "start": 817718587,
            "stop": 817718591
        },
        {
            "start": 817718598,
            "stop": 817718612
        },
        {
            "start": 817718623,
            "stop": 817718637
        },
        {
            "start": 817718640,
            "stop": 817718657
        },
        {
            "start": 817718661,
            "stop": 817718670
        },
        {
            "start": 817718692,
            "stop": 817718730
        },
        {
            "start": 817720684,
            "stop": 817720841
        },
        {
            "start": 817720860,
            "stop": 817721012
        },
        {
            "start": 817721061,
            "stop": 817721080
        },
        {
            "start": 817721099,
            "stop": 817721112
        }
    ]
}