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=102
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=103",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=101",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 102,
    "results": [
        {
            "start": 1131149109,
            "stop": 1131149119
        },
        {
            "start": 1131149120,
            "stop": 1131149125
        },
        {
            "start": 1131149126,
            "stop": 1131149131
        },
        {
            "start": 1131149132,
            "stop": 1131149134
        },
        {
            "start": 1131149135,
            "stop": 1131149175
        },
        {
            "start": 1131149176,
            "stop": 1131149199
        },
        {
            "start": 1131149200,
            "stop": 1131149222
        },
        {
            "start": 1131149223,
            "stop": 1131149224
        },
        {
            "start": 1131149225,
            "stop": 1131149226
        },
        {
            "start": 1131149227,
            "stop": 1131149239
        },
        {
            "start": 1131149240,
            "stop": 1131149260
        },
        {
            "start": 1131149261,
            "stop": 1131149268
        },
        {
            "start": 1131149269,
            "stop": 1131149278
        },
        {
            "start": 1131149279,
            "stop": 1131149307
        },
        {
            "start": 1131149308,
            "stop": 1131149317
        },
        {
            "start": 1131149318,
            "stop": 1131149324
        },
        {
            "start": 1131149325,
            "stop": 1131149334
        },
        {
            "start": 1131149335,
            "stop": 1131149358
        },
        {
            "start": 1131149359,
            "stop": 1131149367
        },
        {
            "start": 1131149368,
            "stop": 1131149371
        }
    ]
}