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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT1/segments?format=api&page=10",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT1/segments?format=api&page=8",
    "results_count": 519,
    "results_per_page": 20,
    "num_pages": 26,
    "page_number": 9,
    "results": [
        {
            "start": 1129619484,
            "stop": 1129622068
        },
        {
            "start": 1129622956,
            "stop": 1129637823
        },
        {
            "start": 1129638314,
            "stop": 1129648547
        },
        {
            "start": 1129660038,
            "stop": 1129661856
        },
        {
            "start": 1129672074,
            "stop": 1129672717
        },
        {
            "start": 1129674043,
            "stop": 1129676975
        },
        {
            "start": 1129682655,
            "stop": 1129688795
        },
        {
            "start": 1129697674,
            "stop": 1129701315
        },
        {
            "start": 1129704109,
            "stop": 1129713096
        },
        {
            "start": 1129717771,
            "stop": 1129736377
        },
        {
            "start": 1129742732,
            "stop": 1129743298
        },
        {
            "start": 1129745176,
            "stop": 1129745360
        },
        {
            "start": 1129747226,
            "stop": 1129752779
        },
        {
            "start": 1129755792,
            "stop": 1129756505
        },
        {
            "start": 1129758552,
            "stop": 1129760577
        },
        {
            "start": 1129773438,
            "stop": 1129776761
        },
        {
            "start": 1129780486,
            "stop": 1129801165
        },
        {
            "start": 1129801920,
            "stop": 1129808549
        },
        {
            "start": 1129812439,
            "stop": 1129820508
        },
        {
            "start": 1129827270,
            "stop": 1129830212
        }
    ]
}