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=6015
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=6016",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6014",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6015,
    "results": [
        {
            "start": 873545166,
            "stop": 873545289
        },
        {
            "start": 873545291,
            "stop": 873545841
        },
        {
            "start": 873545843,
            "stop": 873546251
        },
        {
            "start": 873546252,
            "stop": 873546400
        },
        {
            "start": 873546403,
            "stop": 873546490
        },
        {
            "start": 873546493,
            "stop": 873546523
        },
        {
            "start": 873546524,
            "stop": 873547043
        },
        {
            "start": 873547044,
            "stop": 873547128
        },
        {
            "start": 873547129,
            "stop": 873547131
        },
        {
            "start": 873547135,
            "stop": 873547140
        },
        {
            "start": 873547143,
            "stop": 873547160
        },
        {
            "start": 873547161,
            "stop": 873547165
        },
        {
            "start": 873547166,
            "stop": 873547167
        },
        {
            "start": 873547169,
            "stop": 873547211
        },
        {
            "start": 873547214,
            "stop": 873547222
        },
        {
            "start": 873547227,
            "stop": 873547239
        },
        {
            "start": 873547240,
            "stop": 873547309
        },
        {
            "start": 873547310,
            "stop": 873547311
        },
        {
            "start": 873547312,
            "stop": 873547315
        },
        {
            "start": 873547317,
            "stop": 873547352
        }
    ]
}