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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=138",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=136",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 137,
    "results": [
        {
            "start": 1131165163,
            "stop": 1131165189
        },
        {
            "start": 1131165190,
            "stop": 1131165197
        },
        {
            "start": 1131165198,
            "stop": 1131165207
        },
        {
            "start": 1131165208,
            "stop": 1131165211
        },
        {
            "start": 1131165212,
            "stop": 1131165213
        },
        {
            "start": 1131165214,
            "stop": 1131165216
        },
        {
            "start": 1131165217,
            "stop": 1131165222
        },
        {
            "start": 1131165223,
            "stop": 1131165225
        },
        {
            "start": 1131165226,
            "stop": 1131165234
        },
        {
            "start": 1131165235,
            "stop": 1131165240
        },
        {
            "start": 1131165241,
            "stop": 1131165242
        },
        {
            "start": 1131165243,
            "stop": 1131165265
        },
        {
            "start": 1131165266,
            "stop": 1131165274
        },
        {
            "start": 1131165275,
            "stop": 1131165294
        },
        {
            "start": 1131165295,
            "stop": 1131165296
        },
        {
            "start": 1131165297,
            "stop": 1131165307
        },
        {
            "start": 1131165308,
            "stop": 1131165335
        },
        {
            "start": 1131165336,
            "stop": 1131165349
        },
        {
            "start": 1131165350,
            "stop": 1131165356
        },
        {
            "start": 1131165357,
            "stop": 1131165371
        }
    ]
}