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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9956",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9954",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9955,
    "results": [
        {
            "start": 875203319,
            "stop": 875203585
        },
        {
            "start": 875203589,
            "stop": 875203884
        },
        {
            "start": 875204039,
            "stop": 875204225
        },
        {
            "start": 875204242,
            "stop": 875205353
        },
        {
            "start": 875205356,
            "stop": 875206077
        },
        {
            "start": 875206080,
            "stop": 875206218
        },
        {
            "start": 875206235,
            "stop": 875206346
        },
        {
            "start": 875206349,
            "stop": 875206680
        },
        {
            "start": 875206740,
            "stop": 875206797
        },
        {
            "start": 875206800,
            "stop": 875207560
        },
        {
            "start": 875207564,
            "stop": 875207565
        },
        {
            "start": 875207569,
            "stop": 875207617
        },
        {
            "start": 875207620,
            "stop": 875207754
        },
        {
            "start": 875207757,
            "stop": 875209135
        },
        {
            "start": 875209138,
            "stop": 875209504
        },
        {
            "start": 875209624,
            "stop": 875209677
        },
        {
            "start": 875209680,
            "stop": 875209952
        },
        {
            "start": 875209955,
            "stop": 875210054
        },
        {
            "start": 875210057,
            "stop": 875210753
        },
        {
            "start": 875210757,
            "stop": 875211165
        }
    ]
}