Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=289
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=290",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=288",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 289,
    "results": [
        {
            "start": 856097680,
            "stop": 856101870
        },
        {
            "start": 856102457,
            "stop": 856107785
        },
        {
            "start": 856108960,
            "stop": 856112066
        },
        {
            "start": 856114638,
            "stop": 856114666
        },
        {
            "start": 856115792,
            "stop": 856117478
        },
        {
            "start": 856118512,
            "stop": 856125397
        },
        {
            "start": 856133276,
            "stop": 856163578
        },
        {
            "start": 856165102,
            "stop": 856165434
        },
        {
            "start": 856166600,
            "stop": 856174060
        },
        {
            "start": 856174215,
            "stop": 856187703
        },
        {
            "start": 856188686,
            "stop": 856190157
        },
        {
            "start": 856190886,
            "stop": 856195743
        },
        {
            "start": 856197732,
            "stop": 856199536
        },
        {
            "start": 856199714,
            "stop": 856199847
        },
        {
            "start": 856200292,
            "stop": 856201832
        },
        {
            "start": 856206904,
            "stop": 856208497
        },
        {
            "start": 856208560,
            "stop": 856213141
        },
        {
            "start": 856217681,
            "stop": 856217883
        },
        {
            "start": 856220236,
            "stop": 856223893
        },
        {
            "start": 856224047,
            "stop": 856225086
        }
    ]
}