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=6018
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=6019",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6017",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6018,
    "results": [
        {
            "start": 873576079,
            "stop": 873576080
        },
        {
            "start": 873576083,
            "stop": 873576084
        },
        {
            "start": 873576090,
            "stop": 873576091
        },
        {
            "start": 873576092,
            "stop": 873576105
        },
        {
            "start": 873576107,
            "stop": 873576108
        },
        {
            "start": 873576110,
            "stop": 873576111
        },
        {
            "start": 873576113,
            "stop": 873576127
        },
        {
            "start": 873576129,
            "stop": 873576131
        },
        {
            "start": 873576132,
            "stop": 873576135
        },
        {
            "start": 873576137,
            "stop": 873576138
        },
        {
            "start": 873576143,
            "stop": 873576144
        },
        {
            "start": 873576145,
            "stop": 873576147
        },
        {
            "start": 873576148,
            "stop": 873576149
        },
        {
            "start": 873576151,
            "stop": 873576152
        },
        {
            "start": 873576154,
            "stop": 873576155
        },
        {
            "start": 873576156,
            "stop": 873576157
        },
        {
            "start": 873576161,
            "stop": 873576165
        },
        {
            "start": 873576170,
            "stop": 873576171
        },
        {
            "start": 873576175,
            "stop": 873576177
        },
        {
            "start": 873576178,
            "stop": 873576180
        }
    ]
}