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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=802",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=800",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 801,
    "results": [
        {
            "start": 873506914,
            "stop": 873506920
        },
        {
            "start": 873506925,
            "stop": 873506931
        },
        {
            "start": 873506935,
            "stop": 873506942
        },
        {
            "start": 873506946,
            "stop": 873506952
        },
        {
            "start": 873506958,
            "stop": 873506975
        },
        {
            "start": 873506979,
            "stop": 873506985
        },
        {
            "start": 873506995,
            "stop": 873506996
        },
        {
            "start": 873507000,
            "stop": 873507006
        },
        {
            "start": 873507010,
            "stop": 873507018
        },
        {
            "start": 873507022,
            "stop": 873507028
        },
        {
            "start": 873507032,
            "stop": 873507039
        },
        {
            "start": 873507044,
            "stop": 873507050
        },
        {
            "start": 873507054,
            "stop": 873507061
        },
        {
            "start": 873507066,
            "stop": 873507072
        },
        {
            "start": 873507076,
            "stop": 873507078
        },
        {
            "start": 873510910,
            "stop": 873515686
        },
        {
            "start": 873515692,
            "stop": 873515701
        },
        {
            "start": 873515705,
            "stop": 873515865
        },
        {
            "start": 873515869,
            "stop": 873515918
        },
        {
            "start": 873515922,
            "stop": 873515930
        }
    ]
}