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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=4032",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=4030",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 4031,
    "results": [
        {
            "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
        },
        {
            "start": 874958192,
            "stop": 874958194
        },
        {
            "start": 874958195,
            "stop": 874958197
        },
        {
            "start": 874958200,
            "stop": 874958213
        },
        {
            "start": 874958214,
            "stop": 874958227
        },
        {
            "start": 874958228,
            "stop": 874958238
        }
    ]
}