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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=21",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=19",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 20,
    "results": [
        {
            "start": 822519820,
            "stop": 822527307
        },
        {
            "start": 822529735,
            "stop": 822530602
        },
        {
            "start": 822531426,
            "stop": 822535339
        },
        {
            "start": 822536239,
            "stop": 822554233
        },
        {
            "start": 822554687,
            "stop": 822576580
        },
        {
            "start": 822577421,
            "stop": 822578855
        },
        {
            "start": 822579651,
            "stop": 822579996
        },
        {
            "start": 822580732,
            "stop": 822584074
        },
        {
            "start": 822584878,
            "stop": 822600581
        },
        {
            "start": 822601174,
            "stop": 822605248
        },
        {
            "start": 822605767,
            "stop": 822606523
        },
        {
            "start": 822606671,
            "stop": 822610255
        },
        {
            "start": 822611017,
            "stop": 822632870
        },
        {
            "start": 822635811,
            "stop": 822636088
        },
        {
            "start": 822636828,
            "stop": 822638566
        },
        {
            "start": 822639828,
            "stop": 822644514
        },
        {
            "start": 822644614,
            "stop": 822646666
        },
        {
            "start": 822646761,
            "stop": 822651052
        },
        {
            "start": 822652251,
            "stop": 822654142
        },
        {
            "start": 822654660,
            "stop": 822664735
        }
    ]
}