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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=74",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=72",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 73,
    "results": [
        {
            "start": 816247099,
            "stop": 816248774
        },
        {
            "start": 816248777,
            "stop": 816249339
        },
        {
            "start": 816249459,
            "stop": 816250080
        },
        {
            "start": 816250083,
            "stop": 816252138
        },
        {
            "start": 816252141,
            "stop": 816252696
        },
        {
            "start": 816252697,
            "stop": 816252738
        },
        {
            "start": 816252742,
            "stop": 816253091
        },
        {
            "start": 816253094,
            "stop": 816253162
        },
        {
            "start": 816253165,
            "stop": 816253397
        },
        {
            "start": 816253400,
            "stop": 816254042
        },
        {
            "start": 816254045,
            "stop": 816254754
        },
        {
            "start": 816254757,
            "stop": 816255119
        },
        {
            "start": 816255123,
            "stop": 816255607
        },
        {
            "start": 816255610,
            "stop": 816255811
        },
        {
            "start": 816255815,
            "stop": 816256128
        },
        {
            "start": 816256160,
            "stop": 816256752
        },
        {
            "start": 816256755,
            "stop": 816257246
        },
        {
            "start": 816257250,
            "stop": 816257475
        },
        {
            "start": 816257478,
            "stop": 816257769
        },
        {
            "start": 816257772,
            "stop": 816258176
        }
    ]
}