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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14416",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14414",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14415,
    "results": [
        {
            "start": 971450260,
            "stop": 971450263
        },
        {
            "start": 971450268,
            "stop": 971450271
        },
        {
            "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
        }
    ]
}