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=106
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=107",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=105",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 106,
    "results": [
        {
            "start": 957919514,
            "stop": 957921315
        },
        {
            "start": 957924635,
            "stop": 957926968
        },
        {
            "start": 957944355,
            "stop": 957958429
        },
        {
            "start": 957962069,
            "stop": 957964643
        },
        {
            "start": 957966332,
            "stop": 957969325
        },
        {
            "start": 957970025,
            "stop": 957990200
        },
        {
            "start": 957991121,
            "stop": 957995670
        },
        {
            "start": 958010627,
            "stop": 958022795
        },
        {
            "start": 958026278,
            "stop": 958045205
        },
        {
            "start": 958048536,
            "stop": 958048579
        },
        {
            "start": 958048750,
            "stop": 958062226
        },
        {
            "start": 958062819,
            "stop": 958065890
        },
        {
            "start": 958066900,
            "stop": 958066977
        },
        {
            "start": 958067879,
            "stop": 958077631
        },
        {
            "start": 958078592,
            "stop": 958079253
        },
        {
            "start": 958079824,
            "stop": 958121752
        },
        {
            "start": 958122480,
            "stop": 958123000
        },
        {
            "start": 958123148,
            "stop": 958123149
        },
        {
            "start": 958123590,
            "stop": 958129661
        },
        {
            "start": 958132738,
            "stop": 958141745
        }
    ]
}