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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT3/segments?format=api&page=26",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT3/segments?format=api&page=24",
    "results_count": 792,
    "results_per_page": 20,
    "num_pages": 40,
    "page_number": 25,
    "results": [
        {
            "start": 1132617927,
            "stop": 1132618908
        },
        {
            "start": 1132620071,
            "stop": 1132624186
        },
        {
            "start": 1132624188,
            "stop": 1132635811
        },
        {
            "start": 1132635813,
            "stop": 1132639345
        },
        {
            "start": 1132639963,
            "stop": 1132649602
        },
        {
            "start": 1132649604,
            "stop": 1132649607
        },
        {
            "start": 1132649609,
            "stop": 1132652680
        },
        {
            "start": 1132671127,
            "stop": 1132671334
        },
        {
            "start": 1132674301,
            "stop": 1132674952
        },
        {
            "start": 1132683093,
            "stop": 1132683757
        },
        {
            "start": 1132701697,
            "stop": 1132702068
        },
        {
            "start": 1132712719,
            "stop": 1132713474
        },
        {
            "start": 1132713476,
            "stop": 1132723844
        },
        {
            "start": 1132723846,
            "stop": 1132727681
        },
        {
            "start": 1132730819,
            "stop": 1132747015
        },
        {
            "start": 1132747017,
            "stop": 1132756373
        },
        {
            "start": 1132756375,
            "stop": 1132759465
        },
        {
            "start": 1132760096,
            "stop": 1132765312
        },
        {
            "start": 1132765314,
            "stop": 1132780519
        },
        {
            "start": 1132780521,
            "stop": 1132797097
        }
    ]
}