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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=380",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=378",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 379,
    "results": [
        {
            "start": 860167645,
            "stop": 860167884
        },
        {
            "start": 860167888,
            "stop": 860167905
        },
        {
            "start": 860167909,
            "stop": 860167915
        },
        {
            "start": 860167918,
            "stop": 860167957
        },
        {
            "start": 860167966,
            "stop": 860168148
        },
        {
            "start": 860168152,
            "stop": 860168163
        },
        {
            "start": 860168166,
            "stop": 860168172
        },
        {
            "start": 860168181,
            "stop": 860168816
        },
        {
            "start": 860168825,
            "stop": 860168909
        },
        {
            "start": 860168913,
            "stop": 860168948
        },
        {
            "start": 860168952,
            "stop": 860168964
        },
        {
            "start": 860169556,
            "stop": 860169562
        },
        {
            "start": 860169566,
            "stop": 860169654
        },
        {
            "start": 860169657,
            "stop": 860169865
        },
        {
            "start": 860170414,
            "stop": 860170469
        },
        {
            "start": 860170781,
            "stop": 860170839
        },
        {
            "start": 860170843,
            "stop": 860170858
        },
        {
            "start": 860170867,
            "stop": 860170917
        },
        {
            "start": 860170920,
            "stop": 860170946
        },
        {
            "start": 860170950,
            "stop": 860170975
        }
    ]
}