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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=23",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=21",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 22,
    "results": [
        {
            "start": 1127327537,
            "stop": 1127328497
        },
        {
            "start": 1127328557,
            "stop": 1127328977
        },
        {
            "start": 1127329397,
            "stop": 1127329457
        },
        {
            "start": 1127329577,
            "stop": 1127329701
        },
        {
            "start": 1127329989,
            "stop": 1127330117
        },
        {
            "start": 1127330177,
            "stop": 1127331095
        },
        {
            "start": 1127331096,
            "stop": 1127331677
        },
        {
            "start": 1127331737,
            "stop": 1127334857
        },
        {
            "start": 1127334917,
            "stop": 1127335037
        },
        {
            "start": 1127335157,
            "stop": 1127335397
        },
        {
            "start": 1127335457,
            "stop": 1127339019
        },
        {
            "start": 1127339021,
            "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
        }
    ]
}