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=3852
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=3853",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3851",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3852,
    "results": [
        {
            "start": 875207569,
            "stop": 875207617
        },
        {
            "start": 875207620,
            "stop": 875207754
        },
        {
            "start": 875207757,
            "stop": 875209135
        },
        {
            "start": 875209138,
            "stop": 875209589
        },
        {
            "start": 875209592,
            "stop": 875209677
        },
        {
            "start": 875209680,
            "stop": 875209952
        },
        {
            "start": 875209955,
            "stop": 875210054
        },
        {
            "start": 875210057,
            "stop": 875210753
        },
        {
            "start": 875210757,
            "stop": 875211210
        },
        {
            "start": 875211213,
            "stop": 875211784
        },
        {
            "start": 875211787,
            "stop": 875212011
        },
        {
            "start": 875212015,
            "stop": 875212861
        },
        {
            "start": 875212878,
            "stop": 875212990
        },
        {
            "start": 875212993,
            "stop": 875213007
        },
        {
            "start": 875213024,
            "stop": 875213153
        },
        {
            "start": 875213156,
            "stop": 875213521
        },
        {
            "start": 875213524,
            "stop": 875213586
        },
        {
            "start": 875213603,
            "stop": 875215168
        },
        {
            "start": 875215185,
            "stop": 875215279
        },
        {
            "start": 875215283,
            "stop": 875215391
        }
    ]
}