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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14900",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14898",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14899,
    "results": [
        {
            "start": 971450279,
            "stop": 971450288
        },
        {
            "start": 971450289,
            "stop": 971450292
        },
        {
            "start": 971450294,
            "stop": 971450295
        },
        {
            "start": 971450296,
            "stop": 971450304
        },
        {
            "start": 971450306,
            "stop": 971450309
        },
        {
            "start": 971450314,
            "stop": 971450317
        },
        {
            "start": 971450326,
            "stop": 971450344
        },
        {
            "start": 971450346,
            "stop": 971450350
        },
        {
            "start": 971450356,
            "stop": 971450357
        },
        {
            "start": 971450361,
            "stop": 971450388
        },
        {
            "start": 971450392,
            "stop": 971450396
        },
        {
            "start": 971450400,
            "stop": 971450401
        },
        {
            "start": 971450405,
            "stop": 971450406
        },
        {
            "start": 971450414,
            "stop": 971450417
        },
        {
            "start": 971450423,
            "stop": 971450425
        },
        {
            "start": 971450428,
            "stop": 971450440
        },
        {
            "start": 971450444,
            "stop": 971450447
        },
        {
            "start": 971450449,
            "stop": 971450450
        },
        {
            "start": 971450452,
            "stop": 971450455
        },
        {
            "start": 971450460,
            "stop": 971450462
        }
    ]
}