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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=73",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=71",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 72,
    "results": [
        {
            "start": 816284280,
            "stop": 816284297
        },
        {
            "start": 816284304,
            "stop": 816284319
        },
        {
            "start": 816284326,
            "stop": 816284423
        },
        {
            "start": 816284431,
            "stop": 816284763
        },
        {
            "start": 816284771,
            "stop": 816284847
        },
        {
            "start": 816284854,
            "stop": 816285040
        },
        {
            "start": 816285334,
            "stop": 816285534
        },
        {
            "start": 816285891,
            "stop": 816286014
        },
        {
            "start": 816286302,
            "stop": 816286498
        },
        {
            "start": 816286505,
            "stop": 816286530
        },
        {
            "start": 816286537,
            "stop": 816286553
        },
        {
            "start": 816287575,
            "stop": 816287677
        },
        {
            "start": 816287818,
            "stop": 816288115
        },
        {
            "start": 816288122,
            "stop": 816288133
        },
        {
            "start": 816288141,
            "stop": 816288142
        },
        {
            "start": 816288149,
            "stop": 816288431
        },
        {
            "start": 816288439,
            "stop": 816288769
        },
        {
            "start": 816288776,
            "stop": 816289003
        },
        {
            "start": 816289011,
            "stop": 816289196
        },
        {
            "start": 816289204,
            "stop": 816289365
        }
    ]
}