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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=103",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=101",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 102,
    "results": [
        {
            "start": 957124728,
            "stop": 957129710
        },
        {
            "start": 957130065,
            "stop": 957135970
        },
        {
            "start": 957160767,
            "stop": 957176411
        },
        {
            "start": 957179022,
            "stop": 957179299
        },
        {
            "start": 957180658,
            "stop": 957181195
        },
        {
            "start": 957182977,
            "stop": 957184734
        },
        {
            "start": 957186082,
            "stop": 957190821
        },
        {
            "start": 957191102,
            "stop": 957195456
        },
        {
            "start": 957196610,
            "stop": 957204846
        },
        {
            "start": 957207302,
            "stop": 957209971
        },
        {
            "start": 957211033,
            "stop": 957216329
        },
        {
            "start": 957229340,
            "stop": 957230031
        },
        {
            "start": 957247016,
            "stop": 957249377
        },
        {
            "start": 957250491,
            "stop": 957269817
        },
        {
            "start": 957272389,
            "stop": 957279768
        },
        {
            "start": 957281258,
            "stop": 957288516
        },
        {
            "start": 957292931,
            "stop": 957302618
        },
        {
            "start": 957333559,
            "stop": 957334670
        },
        {
            "start": 957335143,
            "stop": 957342501
        },
        {
            "start": 957343684,
            "stop": 957344415
        }
    ]
}