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=71
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=72",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=70",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 71,
    "results": [
        {
            "start": 816210876,
            "stop": 816211118
        },
        {
            "start": 816211121,
            "stop": 816211160
        },
        {
            "start": 816213726,
            "stop": 816213945
        },
        {
            "start": 816213948,
            "stop": 816213985
        },
        {
            "start": 816213989,
            "stop": 816214128
        },
        {
            "start": 816214560,
            "stop": 816214595
        },
        {
            "start": 816214598,
            "stop": 816214599
        },
        {
            "start": 816214602,
            "stop": 816214609
        },
        {
            "start": 816214612,
            "stop": 816214997
        },
        {
            "start": 816215000,
            "stop": 816215061
        },
        {
            "start": 816215065,
            "stop": 816215163
        },
        {
            "start": 816215166,
            "stop": 816215322
        },
        {
            "start": 816215326,
            "stop": 816215495
        },
        {
            "start": 816215498,
            "stop": 816215582
        },
        {
            "start": 816216106,
            "stop": 816216247
        },
        {
            "start": 816216251,
            "stop": 816216530
        },
        {
            "start": 816216533,
            "stop": 816216810
        },
        {
            "start": 816216870,
            "stop": 816216871
        },
        {
            "start": 816216874,
            "stop": 816216877
        },
        {
            "start": 816233936,
            "stop": 816233982
        }
    ]
}