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=3731
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=3732",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3730",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3731,
    "results": [
        {
            "start": 873586800,
            "stop": 873586856
        },
        {
            "start": 873586873,
            "stop": 873587125
        },
        {
            "start": 873587142,
            "stop": 873587145
        },
        {
            "start": 873587162,
            "stop": 873587167
        },
        {
            "start": 873587192,
            "stop": 873587344
        },
        {
            "start": 873587361,
            "stop": 873587791
        },
        {
            "start": 873587808,
            "stop": 873591120
        },
        {
            "start": 873591376,
            "stop": 873592347
        },
        {
            "start": 873592364,
            "stop": 873592469
        },
        {
            "start": 873592486,
            "stop": 873592634
        },
        {
            "start": 873592651,
            "stop": 873592784
        },
        {
            "start": 873592965,
            "stop": 873593084
        },
        {
            "start": 873593101,
            "stop": 873593410
        },
        {
            "start": 873593427,
            "stop": 873593656
        },
        {
            "start": 873593673,
            "stop": 873593999
        },
        {
            "start": 873594016,
            "stop": 873594047
        },
        {
            "start": 873594088,
            "stop": 873594122
        },
        {
            "start": 873594139,
            "stop": 873594845
        },
        {
            "start": 873594862,
            "stop": 873595419
        },
        {
            "start": 873595436,
            "stop": 873595625
        }
    ]
}