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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=861",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=859",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 860,
    "results": [
        {
            "start": 873506779,
            "stop": 873506780
        },
        {
            "start": 873506784,
            "stop": 873506790
        },
        {
            "start": 873506794,
            "stop": 873506803
        },
        {
            "start": 873506807,
            "stop": 873506812
        },
        {
            "start": 873506816,
            "stop": 873506822
        },
        {
            "start": 873506827,
            "stop": 873506834
        },
        {
            "start": 873506838,
            "stop": 873506844
        },
        {
            "start": 873506848,
            "stop": 873506855
        },
        {
            "start": 873506859,
            "stop": 873506866
        },
        {
            "start": 873506870,
            "stop": 873506877
        },
        {
            "start": 873506882,
            "stop": 873506888
        },
        {
            "start": 873506893,
            "stop": 873506910
        },
        {
            "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
        }
    ]
}