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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8109",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8107",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8108,
    "results": [
        {
            "start": 970774035,
            "stop": 970774040
        },
        {
            "start": 970774044,
            "stop": 970774769
        },
        {
            "start": 970774772,
            "stop": 970774886
        },
        {
            "start": 970774889,
            "stop": 970775147
        },
        {
            "start": 970775150,
            "stop": 970775776
        },
        {
            "start": 970775779,
            "stop": 970776490
        },
        {
            "start": 970776493,
            "stop": 970777312
        },
        {
            "start": 970777315,
            "stop": 970777915
        },
        {
            "start": 970777918,
            "stop": 970777960
        },
        {
            "start": 970777965,
            "stop": 970777966
        },
        {
            "start": 970777971,
            "stop": 970778156
        },
        {
            "start": 970778159,
            "stop": 970778741
        },
        {
            "start": 970778744,
            "stop": 970779130
        },
        {
            "start": 970779133,
            "stop": 970779721
        },
        {
            "start": 970779724,
            "stop": 970780296
        },
        {
            "start": 970780299,
            "stop": 970781822
        },
        {
            "start": 970781825,
            "stop": 970781975
        },
        {
            "start": 970781978,
            "stop": 970782183
        },
        {
            "start": 970782186,
            "stop": 970782204
        },
        {
            "start": 970782207,
            "stop": 970782748
        }
    ]
}