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=4935
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=4936",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4934",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4935,
    "results": [
        {
            "start": 875218578,
            "stop": 875218618
        },
        {
            "start": 875218638,
            "stop": 875218686
        },
        {
            "start": 875218705,
            "stop": 875218759
        },
        {
            "start": 875218778,
            "stop": 875218819
        },
        {
            "start": 875218856,
            "stop": 875218916
        },
        {
            "start": 875218936,
            "stop": 875219025
        },
        {
            "start": 875219044,
            "stop": 875219084
        },
        {
            "start": 875219116,
            "stop": 875219125
        },
        {
            "start": 875219151,
            "stop": 875219162
        },
        {
            "start": 875219181,
            "stop": 875219239
        },
        {
            "start": 875219258,
            "stop": 875219278
        },
        {
            "start": 875219313,
            "stop": 875219373
        },
        {
            "start": 875219392,
            "stop": 875219415
        },
        {
            "start": 875219471,
            "stop": 875219533
        },
        {
            "start": 875219552,
            "stop": 875219561
        },
        {
            "start": 875219582,
            "stop": 875219609
        },
        {
            "start": 875219628,
            "stop": 875219796
        },
        {
            "start": 875219946,
            "stop": 875219953
        },
        {
            "start": 875219972,
            "stop": 875219981
        },
        {
            "start": 875220001,
            "stop": 875220058
        }
    ]
}