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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6245",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6243",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6244,
    "results": [
        {
            "start": 874902511,
            "stop": 874902994
        },
        {
            "start": 874902995,
            "stop": 874903786
        },
        {
            "start": 874903788,
            "stop": 874903989
        },
        {
            "start": 874903990,
            "stop": 874903995
        },
        {
            "start": 874903997,
            "stop": 874904145
        },
        {
            "start": 874904146,
            "stop": 874905877
        },
        {
            "start": 874905878,
            "stop": 874906841
        },
        {
            "start": 874906843,
            "stop": 874906881
        },
        {
            "start": 874906882,
            "stop": 874906924
        },
        {
            "start": 874907076,
            "stop": 874907358
        },
        {
            "start": 874907359,
            "stop": 874907360
        },
        {
            "start": 874907361,
            "stop": 874907363
        },
        {
            "start": 874907367,
            "stop": 874908405
        },
        {
            "start": 874908407,
            "stop": 874909291
        },
        {
            "start": 874909293,
            "stop": 874910261
        },
        {
            "start": 874910264,
            "stop": 874910350
        },
        {
            "start": 874910353,
            "stop": 874910596
        },
        {
            "start": 874910599,
            "stop": 874910614
        },
        {
            "start": 874910620,
            "stop": 874910641
        },
        {
            "start": 874910644,
            "stop": 874910646
        }
    ]
}