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=7712
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=7713",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7711",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7712,
    "results": [
        {
            "start": 971513374,
            "stop": 971513384
        },
        {
            "start": 971513389,
            "stop": 971513395
        },
        {
            "start": 971513398,
            "stop": 971513543
        },
        {
            "start": 971513546,
            "stop": 971513592
        },
        {
            "start": 971513595,
            "stop": 971513640
        },
        {
            "start": 971513643,
            "stop": 971513731
        },
        {
            "start": 971513734,
            "stop": 971513835
        },
        {
            "start": 971513838,
            "stop": 971513889
        },
        {
            "start": 971513897,
            "stop": 971513922
        },
        {
            "start": 971513925,
            "stop": 971513932
        },
        {
            "start": 971513935,
            "stop": 971513951
        },
        {
            "start": 971513954,
            "stop": 971513968
        },
        {
            "start": 971513971,
            "stop": 971513973
        },
        {
            "start": 971513976,
            "stop": 971513996
        },
        {
            "start": 971513999,
            "stop": 971514124
        },
        {
            "start": 971514131,
            "stop": 971514146
        },
        {
            "start": 971514150,
            "stop": 971514181
        },
        {
            "start": 971514184,
            "stop": 971514188
        },
        {
            "start": 971514191,
            "stop": 971514232
        },
        {
            "start": 971514235,
            "stop": 971514239
        }
    ]
}