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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46937",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46935",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46936,
    "results": [
        {
            "start": 875198097,
            "stop": 875198101
        },
        {
            "start": 875198102,
            "stop": 875198109
        },
        {
            "start": 875198112,
            "stop": 875198120
        },
        {
            "start": 875198121,
            "stop": 875198145
        },
        {
            "start": 875198151,
            "stop": 875198153
        },
        {
            "start": 875198154,
            "stop": 875198161
        },
        {
            "start": 875198162,
            "stop": 875198163
        },
        {
            "start": 875198164,
            "stop": 875198171
        },
        {
            "start": 875198172,
            "stop": 875198179
        },
        {
            "start": 875198180,
            "stop": 875198198
        },
        {
            "start": 875198200,
            "stop": 875198220
        },
        {
            "start": 875198221,
            "stop": 875198227
        },
        {
            "start": 875198228,
            "stop": 875198229
        },
        {
            "start": 875198230,
            "stop": 875198248
        },
        {
            "start": 875198249,
            "stop": 875198253
        },
        {
            "start": 875198256,
            "stop": 875198267
        },
        {
            "start": 875198268,
            "stop": 875198269
        },
        {
            "start": 875198270,
            "stop": 875198279
        },
        {
            "start": 875198280,
            "stop": 875198290
        },
        {
            "start": 875198292,
            "stop": 875198341
        }
    ]
}