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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=19",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=17",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 18,
    "results": [
        {
            "start": 816498100,
            "stop": 816500099
        },
        {
            "start": 816501988,
            "stop": 816526741
        },
        {
            "start": 816528561,
            "stop": 816539873
        },
        {
            "start": 816539876,
            "stop": 816545843
        },
        {
            "start": 816545845,
            "stop": 816575015
        },
        {
            "start": 816575017,
            "stop": 816575975
        },
        {
            "start": 816575977,
            "stop": 816594237
        },
        {
            "start": 816594240,
            "stop": 816611487
        },
        {
            "start": 816611489,
            "stop": 816612149
        },
        {
            "start": 816612152,
            "stop": 816613233
        },
        {
            "start": 816613236,
            "stop": 816623385
        },
        {
            "start": 816625182,
            "stop": 816630913
        },
        {
            "start": 816633049,
            "stop": 816634688
        },
        {
            "start": 816634691,
            "stop": 816638293
        },
        {
            "start": 816638786,
            "stop": 816645295
        },
        {
            "start": 816645298,
            "stop": 816648617
        },
        {
            "start": 816648620,
            "stop": 816651273
        },
        {
            "start": 816651276,
            "stop": 816677791
        },
        {
            "start": 816677793,
            "stop": 816706313
        },
        {
            "start": 816706316,
            "stop": 816706977
        }
    ]
}