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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=79",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=77",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 78,
    "results": [
        {
            "start": 816598064,
            "stop": 816598243
        },
        {
            "start": 816598424,
            "stop": 816611487
        },
        {
            "start": 816611499,
            "stop": 816612149
        },
        {
            "start": 816612162,
            "stop": 816613233
        },
        {
            "start": 816613246,
            "stop": 816615583
        },
        {
            "start": 816615764,
            "stop": 816622884
        },
        {
            "start": 816622891,
            "stop": 816623324
        },
        {
            "start": 816625182,
            "stop": 816630176
        },
        {
            "start": 816630417,
            "stop": 816630913
        },
        {
            "start": 816633049,
            "stop": 816633679
        },
        {
            "start": 816633954,
            "stop": 816634688
        },
        {
            "start": 816634701,
            "stop": 816635148
        },
        {
            "start": 816635460,
            "stop": 816637710
        },
        {
            "start": 816637989,
            "stop": 816638293
        },
        {
            "start": 816638786,
            "stop": 816638854
        },
        {
            "start": 816639203,
            "stop": 816641695
        },
        {
            "start": 816641908,
            "stop": 816642037
        },
        {
            "start": 816642167,
            "stop": 816645295
        },
        {
            "start": 816645308,
            "stop": 816648617
        },
        {
            "start": 816648630,
            "stop": 816651273
        }
    ]
}