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=107
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=108",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=106",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 107,
    "results": [
        {
            "start": 1131150446,
            "stop": 1131150468
        },
        {
            "start": 1131150469,
            "stop": 1131150485
        },
        {
            "start": 1131150486,
            "stop": 1131150498
        },
        {
            "start": 1131150499,
            "stop": 1131150546
        },
        {
            "start": 1131150547,
            "stop": 1131150570
        },
        {
            "start": 1131150572,
            "stop": 1131150617
        },
        {
            "start": 1131150618,
            "stop": 1131150621
        },
        {
            "start": 1131150622,
            "stop": 1131150646
        },
        {
            "start": 1131150647,
            "stop": 1131150680
        },
        {
            "start": 1131150681,
            "stop": 1131150683
        },
        {
            "start": 1131150684,
            "stop": 1131150695
        },
        {
            "start": 1131150696,
            "stop": 1131150704
        },
        {
            "start": 1131150705,
            "stop": 1131150708
        },
        {
            "start": 1131150710,
            "stop": 1131150717
        },
        {
            "start": 1131150718,
            "stop": 1131150719
        },
        {
            "start": 1131150720,
            "stop": 1131150724
        },
        {
            "start": 1131150725,
            "stop": 1131150738
        },
        {
            "start": 1131150739,
            "stop": 1131150752
        },
        {
            "start": 1131150753,
            "stop": 1131150795
        },
        {
            "start": 1131150796,
            "stop": 1131150800
        }
    ]
}