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=3761
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=3762",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3760",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3761,
    "results": [
        {
            "start": 874067732,
            "stop": 874067805
        },
        {
            "start": 874067822,
            "stop": 874068420
        },
        {
            "start": 874068480,
            "stop": 874071058
        },
        {
            "start": 874071075,
            "stop": 874071255
        },
        {
            "start": 874071272,
            "stop": 874071672
        },
        {
            "start": 874071689,
            "stop": 874071900
        },
        {
            "start": 874071960,
            "stop": 874072084
        },
        {
            "start": 874072101,
            "stop": 874072865
        },
        {
            "start": 874072882,
            "stop": 874073572
        },
        {
            "start": 874073589,
            "stop": 874074486
        },
        {
            "start": 874074503,
            "stop": 874075056
        },
        {
            "start": 874075073,
            "stop": 874075530
        },
        {
            "start": 874075650,
            "stop": 874075914
        },
        {
            "start": 874075931,
            "stop": 874076367
        },
        {
            "start": 874076384,
            "stop": 874077313
        },
        {
            "start": 874077330,
            "stop": 874078934
        },
        {
            "start": 874078951,
            "stop": 874079537
        },
        {
            "start": 874079554,
            "stop": 874079857
        },
        {
            "start": 874079874,
            "stop": 874079984
        },
        {
            "start": 874080165,
            "stop": 874080274
        }
    ]
}