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=81
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=82",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=80",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 81,
    "results": [
        {
            "start": 931504759,
            "stop": 931504771
        },
        {
            "start": 931504775,
            "stop": 931504777
        },
        {
            "start": 931504780,
            "stop": 931504787
        },
        {
            "start": 931504790,
            "stop": 931504792
        },
        {
            "start": 931504795,
            "stop": 931504798
        },
        {
            "start": 931504801,
            "stop": 931504803
        },
        {
            "start": 931504806,
            "stop": 931504812
        },
        {
            "start": 931504825,
            "stop": 931504831
        },
        {
            "start": 931504834,
            "stop": 931504843
        },
        {
            "start": 931504846,
            "stop": 931504848
        },
        {
            "start": 931504851,
            "stop": 931504854
        },
        {
            "start": 931504857,
            "stop": 931504858
        },
        {
            "start": 931504867,
            "stop": 931504873
        },
        {
            "start": 931504879,
            "stop": 931504881
        },
        {
            "start": 931504883,
            "stop": 931504888
        },
        {
            "start": 931504893,
            "stop": 931504894
        },
        {
            "start": 931504897,
            "stop": 931504907
        },
        {
            "start": 931504911,
            "stop": 931504912
        },
        {
            "start": 931504915,
            "stop": 931504916
        },
        {
            "start": 931504919,
            "stop": 931504923
        }
    ]
}