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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=840",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=838",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 839,
    "results": [
        {
            "start": 871156398,
            "stop": 871163702
        },
        {
            "start": 871166621,
            "stop": 871175398
        },
        {
            "start": 871189562,
            "stop": 871204710
        },
        {
            "start": 871204830,
            "stop": 871221060
        },
        {
            "start": 871221120,
            "stop": 871228500
        },
        {
            "start": 871228560,
            "stop": 871233870
        },
        {
            "start": 871233930,
            "stop": 871234890
        },
        {
            "start": 871234950,
            "stop": 871236570
        },
        {
            "start": 871242473,
            "stop": 871243107
        },
        {
            "start": 871243108,
            "stop": 871243350
        },
        {
            "start": 871243410,
            "stop": 871243426
        },
        {
            "start": 871253049,
            "stop": 871257137
        },
        {
            "start": 871270578,
            "stop": 871272632
        },
        {
            "start": 871274331,
            "stop": 871277250
        },
        {
            "start": 871277310,
            "stop": 871277320
        },
        {
            "start": 871278281,
            "stop": 871289563
        },
        {
            "start": 871291268,
            "stop": 871291502
        },
        {
            "start": 871295976,
            "stop": 871300050
        },
        {
            "start": 871302161,
            "stop": 871312983
        },
        {
            "start": 871313815,
            "stop": 871319550
        }
    ]
}