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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=87",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=85",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 86,
    "results": [
        {
            "start": 822890375,
            "stop": 822890381
        },
        {
            "start": 822890395,
            "stop": 822890408
        },
        {
            "start": 822890412,
            "stop": 822890457
        },
        {
            "start": 822890460,
            "stop": 822890521
        },
        {
            "start": 822890525,
            "stop": 822890637
        },
        {
            "start": 822890650,
            "stop": 822892530
        },
        {
            "start": 822892534,
            "stop": 822898023
        },
        {
            "start": 822898027,
            "stop": 822898123
        },
        {
            "start": 822898141,
            "stop": 822898147
        },
        {
            "start": 822898156,
            "stop": 822910573
        },
        {
            "start": 822910577,
            "stop": 822910602
        },
        {
            "start": 822910616,
            "stop": 822910655
        },
        {
            "start": 822910658,
            "stop": 822910688
        },
        {
            "start": 822910692,
            "stop": 822910712
        },
        {
            "start": 822910720,
            "stop": 822910759
        },
        {
            "start": 822910763,
            "stop": 822910822
        },
        {
            "start": 822910826,
            "stop": 822910870
        },
        {
            "start": 822910898,
            "stop": 822910913
        },
        {
            "start": 822910922,
            "stop": 822910927
        },
        {
            "start": 822910932,
            "stop": 822910937
        }
    ]
}