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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=41",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=39",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 40,
    "results": [
        {
            "start": 820920134,
            "stop": 820920253
        },
        {
            "start": 820920255,
            "stop": 820920257
        },
        {
            "start": 820920882,
            "stop": 820940175
        },
        {
            "start": 820940179,
            "stop": 820943270
        },
        {
            "start": 820943274,
            "stop": 820943688
        },
        {
            "start": 820943702,
            "stop": 820943707
        },
        {
            "start": 820943711,
            "stop": 820944195
        },
        {
            "start": 820963939,
            "stop": 820964221
        },
        {
            "start": 820964239,
            "stop": 820966550
        },
        {
            "start": 820967363,
            "stop": 820975682
        },
        {
            "start": 820976290,
            "stop": 820986493
        },
        {
            "start": 820987033,
            "stop": 820988875
        },
        {
            "start": 820989947,
            "stop": 820991036
        },
        {
            "start": 820991954,
            "stop": 820998128
        },
        {
            "start": 820998132,
            "stop": 820998719
        },
        {
            "start": 820998723,
            "stop": 820998733
        },
        {
            "start": 820998737,
            "stop": 820998752
        },
        {
            "start": 820998760,
            "stop": 820998766
        },
        {
            "start": 820998787,
            "stop": 820998793
        },
        {
            "start": 821017953,
            "stop": 821020090
        }
    ]
}