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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=428",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=426",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 427,
    "results": [
        {
            "start": 870341370,
            "stop": 870341836
        },
        {
            "start": 870343000,
            "stop": 870369938
        },
        {
            "start": 870369956,
            "stop": 870372800
        },
        {
            "start": 870372818,
            "stop": 870378562
        },
        {
            "start": 870378583,
            "stop": 870384012
        },
        {
            "start": 870384033,
            "stop": 870391735
        },
        {
            "start": 870391753,
            "stop": 870394869
        },
        {
            "start": 870394887,
            "stop": 870394911
        },
        {
            "start": 870394930,
            "stop": 870403861
        },
        {
            "start": 870404841,
            "stop": 870431460
        },
        {
            "start": 870431520,
            "stop": 870446259
        },
        {
            "start": 870446281,
            "stop": 870447894
        },
        {
            "start": 870447916,
            "stop": 870449377
        },
        {
            "start": 870449408,
            "stop": 870451094
        },
        {
            "start": 870451116,
            "stop": 870452880
        },
        {
            "start": 870453282,
            "stop": 870453716
        },
        {
            "start": 870454016,
            "stop": 870455146
        },
        {
            "start": 870455151,
            "stop": 870455864
        },
        {
            "start": 870455948,
            "stop": 870457500
        },
        {
            "start": 870457598,
            "stop": 870457604
        }
    ]
}