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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=311",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=309",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 310,
    "results": [
        {
            "start": 931852936,
            "stop": 931852940
        },
        {
            "start": 931852942,
            "stop": 931852945
        },
        {
            "start": 931852947,
            "stop": 931852960
        },
        {
            "start": 931852964,
            "stop": 931852979
        },
        {
            "start": 931852984,
            "stop": 931853000
        },
        {
            "start": 931853002,
            "stop": 931853003
        },
        {
            "start": 931853011,
            "stop": 931853029
        },
        {
            "start": 931853032,
            "stop": 931853070
        },
        {
            "start": 931853074,
            "stop": 931853085
        },
        {
            "start": 931853089,
            "stop": 931853095
        },
        {
            "start": 931853097,
            "stop": 931853145
        },
        {
            "start": 931853150,
            "stop": 931853163
        },
        {
            "start": 931853166,
            "stop": 931853178
        },
        {
            "start": 931853180,
            "stop": 931853182
        },
        {
            "start": 931853184,
            "stop": 931853196
        },
        {
            "start": 931853198,
            "stop": 931853204
        },
        {
            "start": 931853206,
            "stop": 931853209
        },
        {
            "start": 931853213,
            "stop": 931853216
        },
        {
            "start": 931853218,
            "stop": 931853222
        },
        {
            "start": 931853226,
            "stop": 931853229
        }
    ]
}