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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=89",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=87",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 88,
    "results": [
        {
            "start": 817018124,
            "stop": 817018777
        },
        {
            "start": 817018784,
            "stop": 817019058
        },
        {
            "start": 817019065,
            "stop": 817019454
        },
        {
            "start": 817019461,
            "stop": 817019615
        },
        {
            "start": 817019622,
            "stop": 817021027
        },
        {
            "start": 817021034,
            "stop": 817023199
        },
        {
            "start": 817023211,
            "stop": 817025012
        },
        {
            "start": 817025020,
            "stop": 817025085
        },
        {
            "start": 817025092,
            "stop": 817027464
        },
        {
            "start": 817027471,
            "stop": 817027616
        },
        {
            "start": 817027623,
            "stop": 817028038
        },
        {
            "start": 817028045,
            "stop": 817029305
        },
        {
            "start": 817029312,
            "stop": 817031194
        },
        {
            "start": 817031201,
            "stop": 817031509
        },
        {
            "start": 817032868,
            "stop": 817034316
        },
        {
            "start": 817034323,
            "stop": 817034455
        },
        {
            "start": 817034462,
            "stop": 817034661
        },
        {
            "start": 817034668,
            "stop": 817035181
        },
        {
            "start": 817035188,
            "stop": 817037812
        },
        {
            "start": 817037819,
            "stop": 817038623
        }
    ]
}