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=14429
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=14430",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14428",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14429,
    "results": [
        {
            "start": 971520562,
            "stop": 971520862
        },
        {
            "start": 971520864,
            "stop": 971521147
        },
        {
            "start": 971521149,
            "stop": 971521289
        },
        {
            "start": 971521296,
            "stop": 971521635
        },
        {
            "start": 971521638,
            "stop": 971521839
        },
        {
            "start": 971521842,
            "stop": 971521874
        },
        {
            "start": 971521876,
            "stop": 971521911
        },
        {
            "start": 971521912,
            "stop": 971522145
        },
        {
            "start": 971522148,
            "stop": 971522321
        },
        {
            "start": 971522324,
            "stop": 971522445
        },
        {
            "start": 971522446,
            "stop": 971522654
        },
        {
            "start": 971522655,
            "stop": 971522842
        },
        {
            "start": 971522845,
            "stop": 971522955
        },
        {
            "start": 971522956,
            "stop": 971523028
        },
        {
            "start": 971523029,
            "stop": 971523033
        },
        {
            "start": 971523035,
            "stop": 971523251
        },
        {
            "start": 971523254,
            "stop": 971523402
        },
        {
            "start": 971523405,
            "stop": 971523518
        },
        {
            "start": 971523520,
            "stop": 971523652
        },
        {
            "start": 971523653,
            "stop": 971523944
        }
    ]
}