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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7719",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7717",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7718,
    "results": [
        {
            "start": 971526992,
            "stop": 971527043
        },
        {
            "start": 971527046,
            "stop": 971527057
        },
        {
            "start": 971527060,
            "stop": 971527185
        },
        {
            "start": 971527188,
            "stop": 971527407
        },
        {
            "start": 971527410,
            "stop": 971527590
        },
        {
            "start": 971527593,
            "stop": 971527695
        },
        {
            "start": 971527698,
            "stop": 971527736
        },
        {
            "start": 971527739,
            "stop": 971527744
        },
        {
            "start": 971527747,
            "stop": 971527956
        },
        {
            "start": 971527959,
            "stop": 971527987
        },
        {
            "start": 971527990,
            "stop": 971528125
        },
        {
            "start": 971528128,
            "stop": 971528157
        },
        {
            "start": 971528168,
            "stop": 971528182
        },
        {
            "start": 971528193,
            "stop": 971528220
        },
        {
            "start": 971528223,
            "stop": 971528519
        },
        {
            "start": 971528522,
            "stop": 971528523
        },
        {
            "start": 971528527,
            "stop": 971528572
        },
        {
            "start": 971528576,
            "stop": 971528581
        },
        {
            "start": 971528584,
            "stop": 971528710
        },
        {
            "start": 971528713,
            "stop": 971528962
        }
    ]
}