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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=10",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=8",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 9,
    "results": [
        {
            "start": 931136608,
            "stop": 931136616
        },
        {
            "start": 931136630,
            "stop": 931136697
        },
        {
            "start": 931136703,
            "stop": 931136716
        },
        {
            "start": 931136738,
            "stop": 931136752
        },
        {
            "start": 931136763,
            "stop": 931136766
        },
        {
            "start": 931136771,
            "stop": 931136782
        },
        {
            "start": 931136793,
            "stop": 931136796
        },
        {
            "start": 931136801,
            "stop": 931136827
        },
        {
            "start": 931136833,
            "stop": 931136861
        },
        {
            "start": 931136871,
            "stop": 931136908
        },
        {
            "start": 931136913,
            "stop": 931136922
        },
        {
            "start": 931136928,
            "stop": 931136969
        },
        {
            "start": 931136974,
            "stop": 931136979
        },
        {
            "start": 931136985,
            "stop": 931136991
        },
        {
            "start": 931136996,
            "stop": 931136999
        },
        {
            "start": 931137012,
            "stop": 931137027
        },
        {
            "start": 931137033,
            "stop": 931137102
        },
        {
            "start": 931137108,
            "stop": 931137113
        },
        {
            "start": 931137119,
            "stop": 931137153
        },
        {
            "start": 931137160,
            "stop": 931137165
        }
    ]
}