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=8102
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=8103",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8101",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8102,
    "results": [
        {
            "start": 970724199,
            "stop": 970724283
        },
        {
            "start": 970724286,
            "stop": 970724512
        },
        {
            "start": 970724515,
            "stop": 970724779
        },
        {
            "start": 970731804,
            "stop": 970731844
        },
        {
            "start": 970731847,
            "stop": 970731982
        },
        {
            "start": 970731985,
            "stop": 970732298
        },
        {
            "start": 970732301,
            "stop": 970732331
        },
        {
            "start": 970732334,
            "stop": 970733113
        },
        {
            "start": 970733116,
            "stop": 970733161
        },
        {
            "start": 970733164,
            "stop": 970733720
        },
        {
            "start": 970733723,
            "stop": 970733968
        },
        {
            "start": 970733973,
            "stop": 970734181
        },
        {
            "start": 970734184,
            "stop": 970734211
        },
        {
            "start": 970734214,
            "stop": 970734541
        },
        {
            "start": 970734544,
            "stop": 970735307
        },
        {
            "start": 970735310,
            "stop": 970735675
        },
        {
            "start": 970735678,
            "stop": 970737504
        },
        {
            "start": 970737507,
            "stop": 970737747
        },
        {
            "start": 970737750,
            "stop": 970737843
        },
        {
            "start": 970737846,
            "stop": 970737848
        }
    ]
}