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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=4017",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=4015",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 4016,
    "results": [
        {
            "start": 874958101,
            "stop": 874958103
        },
        {
            "start": 874958104,
            "stop": 874958106
        },
        {
            "start": 874958107,
            "stop": 874958109
        },
        {
            "start": 874958110,
            "stop": 874958112
        },
        {
            "start": 874958113,
            "stop": 874958114
        },
        {
            "start": 874958115,
            "stop": 874958121
        },
        {
            "start": 874958124,
            "stop": 874958125
        },
        {
            "start": 874958128,
            "stop": 874958134
        },
        {
            "start": 874958135,
            "stop": 874958138
        },
        {
            "start": 874958139,
            "stop": 874958140
        },
        {
            "start": 874958141,
            "stop": 874958145
        },
        {
            "start": 874958146,
            "stop": 874958147
        },
        {
            "start": 874958148,
            "stop": 874958150
        },
        {
            "start": 874958154,
            "stop": 874958155
        },
        {
            "start": 874958156,
            "stop": 874958157
        },
        {
            "start": 874958160,
            "stop": 874958161
        },
        {
            "start": 874958163,
            "stop": 874958165
        },
        {
            "start": 874958166,
            "stop": 874958169
        },
        {
            "start": 874958170,
            "stop": 874958180
        },
        {
            "start": 874958181,
            "stop": 874958191
        }
    ]
}