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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=738",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=736",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 737,
    "results": [
        {
            "start": 870906953,
            "stop": 870939903
        },
        {
            "start": 870941887,
            "stop": 870956297
        },
        {
            "start": 870961222,
            "stop": 870980609
        },
        {
            "start": 870982071,
            "stop": 870991050
        },
        {
            "start": 870991110,
            "stop": 870991890
        },
        {
            "start": 870992434,
            "stop": 870994410
        },
        {
            "start": 870994530,
            "stop": 871016285
        },
        {
            "start": 871016948,
            "stop": 871032216
        },
        {
            "start": 871032979,
            "stop": 871043670
        },
        {
            "start": 871043730,
            "stop": 871054500
        },
        {
            "start": 871054560,
            "stop": 871061225
        },
        {
            "start": 871062429,
            "stop": 871075448
        },
        {
            "start": 871076900,
            "stop": 871105560
        },
        {
            "start": 871106811,
            "stop": 871110356
        },
        {
            "start": 871110361,
            "stop": 871139050
        },
        {
            "start": 871156398,
            "stop": 871163702
        },
        {
            "start": 871166621,
            "stop": 871175398
        },
        {
            "start": 871189562,
            "stop": 871204710
        },
        {
            "start": 871204830,
            "stop": 871221060
        },
        {
            "start": 871221120,
            "stop": 871228500
        }
    ]
}