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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT1/segments?format=api&page=15",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT1/segments?format=api&page=13",
    "results_count": 655,
    "results_per_page": 20,
    "num_pages": 33,
    "page_number": 14,
    "results": [
        {
            "start": 1127330177,
            "stop": 1127331677
        },
        {
            "start": 1127331737,
            "stop": 1127334857
        },
        {
            "start": 1127334917,
            "stop": 1127335037
        },
        {
            "start": 1127335157,
            "stop": 1127335397
        },
        {
            "start": 1127335457,
            "stop": 1127339417
        },
        {
            "start": 1127339537,
            "stop": 1127340017
        },
        {
            "start": 1127340197,
            "stop": 1127340317
        },
        {
            "start": 1127340437,
            "stop": 1127340497
        },
        {
            "start": 1127340737,
            "stop": 1127340797
        },
        {
            "start": 1127340977,
            "stop": 1127341157
        },
        {
            "start": 1127341397,
            "stop": 1127341457
        },
        {
            "start": 1127341517,
            "stop": 1127341817
        },
        {
            "start": 1127341937,
            "stop": 1127342537
        },
        {
            "start": 1127343197,
            "stop": 1127343317
        },
        {
            "start": 1127343377,
            "stop": 1127347097
        },
        {
            "start": 1127347157,
            "stop": 1127347217
        },
        {
            "start": 1127347277,
            "stop": 1127347637
        },
        {
            "start": 1127348057,
            "stop": 1127348117
        },
        {
            "start": 1127348177,
            "stop": 1127348537
        },
        {
            "start": 1127348597,
            "stop": 1127348897
        }
    ]
}