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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3768",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3766",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3767,
    "results": [
        {
            "start": 874123687,
            "stop": 874124924
        },
        {
            "start": 874124941,
            "stop": 874126080
        },
        {
            "start": 874126140,
            "stop": 874126148
        },
        {
            "start": 874126177,
            "stop": 874126492
        },
        {
            "start": 874126509,
            "stop": 874126914
        },
        {
            "start": 874126931,
            "stop": 874128540
        },
        {
            "start": 874128600,
            "stop": 874128818
        },
        {
            "start": 874128835,
            "stop": 874129193
        },
        {
            "start": 874129210,
            "stop": 874130537
        },
        {
            "start": 874130554,
            "stop": 874130601
        },
        {
            "start": 874130618,
            "stop": 874130663
        },
        {
            "start": 874130680,
            "stop": 874131480
        },
        {
            "start": 874131513,
            "stop": 874131762
        },
        {
            "start": 874131779,
            "stop": 874131790
        },
        {
            "start": 874131808,
            "stop": 874132447
        },
        {
            "start": 874133371,
            "stop": 874135580
        },
        {
            "start": 874135597,
            "stop": 874137264
        },
        {
            "start": 874137281,
            "stop": 874137995
        },
        {
            "start": 874138012,
            "stop": 874138923
        },
        {
            "start": 874138940,
            "stop": 874140915
        }
    ]
}