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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2108",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2106",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2107,
    "results": [
        {
            "start": 865219366,
            "stop": 865220610
        },
        {
            "start": 865220670,
            "stop": 865258920
        },
        {
            "start": 865258980,
            "stop": 865259160
        },
        {
            "start": 865259220,
            "stop": 865263699
        },
        {
            "start": 865263701,
            "stop": 865263825
        },
        {
            "start": 865272148,
            "stop": 865272410
        },
        {
            "start": 865272417,
            "stop": 865272430
        },
        {
            "start": 865272438,
            "stop": 865272442
        },
        {
            "start": 865272448,
            "stop": 865274334
        },
        {
            "start": 865274337,
            "stop": 865274346
        },
        {
            "start": 865274350,
            "stop": 865275726
        },
        {
            "start": 865275728,
            "stop": 865276767
        },
        {
            "start": 865276773,
            "stop": 865276785
        },
        {
            "start": 865276790,
            "stop": 865277810
        },
        {
            "start": 865277815,
            "stop": 865277820
        },
        {
            "start": 865277880,
            "stop": 865279200
        },
        {
            "start": 865279260,
            "stop": 865284862
        },
        {
            "start": 865284868,
            "stop": 865288688
        },
        {
            "start": 865288988,
            "stop": 865288993
        },
        {
            "start": 865289103,
            "stop": 865289256
        }
    ]
}