Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3744
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3745",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3743",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3744,
    "results": [
        {
            "start": 873819480,
            "stop": 873820070
        },
        {
            "start": 873820087,
            "stop": 873820287
        },
        {
            "start": 873820304,
            "stop": 873821530
        },
        {
            "start": 873821547,
            "stop": 873823733
        },
        {
            "start": 873823751,
            "stop": 873824424
        },
        {
            "start": 873824441,
            "stop": 873825089
        },
        {
            "start": 873825106,
            "stop": 873825191
        },
        {
            "start": 873825210,
            "stop": 873825648
        },
        {
            "start": 873825665,
            "stop": 873825720
        },
        {
            "start": 873825780,
            "stop": 873825793
        },
        {
            "start": 873825810,
            "stop": 873825971
        },
        {
            "start": 873825988,
            "stop": 873826781
        },
        {
            "start": 873826798,
            "stop": 873827022
        },
        {
            "start": 873827039,
            "stop": 873827748
        },
        {
            "start": 873827765,
            "stop": 873828038
        },
        {
            "start": 873828055,
            "stop": 873828420
        },
        {
            "start": 873828424,
            "stop": 873829459
        },
        {
            "start": 873829476,
            "stop": 873830151
        },
        {
            "start": 873830168,
            "stop": 873830889
        },
        {
            "start": 873830911,
            "stop": 873831540
        }
    ]
}