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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3758",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3756",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3757,
    "results": [
        {
            "start": 874020475,
            "stop": 874020660
        },
        {
            "start": 874020960,
            "stop": 874021017
        },
        {
            "start": 874021080,
            "stop": 874021140
        },
        {
            "start": 874021200,
            "stop": 874021235
        },
        {
            "start": 874021238,
            "stop": 874021260
        },
        {
            "start": 874021320,
            "stop": 874021440
        },
        {
            "start": 874021800,
            "stop": 874021912
        },
        {
            "start": 874021929,
            "stop": 874021974
        },
        {
            "start": 874021991,
            "stop": 874022100
        },
        {
            "start": 874022160,
            "stop": 874022228
        },
        {
            "start": 874022245,
            "stop": 874022400
        },
        {
            "start": 874022580,
            "stop": 874022691
        },
        {
            "start": 874022760,
            "stop": 874023180
        },
        {
            "start": 874023240,
            "stop": 874023567
        },
        {
            "start": 874023900,
            "stop": 874024020
        },
        {
            "start": 874024140,
            "stop": 874024260
        },
        {
            "start": 874024800,
            "stop": 874024860
        },
        {
            "start": 874025100,
            "stop": 874025220
        },
        {
            "start": 874025280,
            "stop": 874025288
        },
        {
            "start": 874025305,
            "stop": 874025310
        }
    ]
}