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/H2_CW_CAT1/segments?format=api&page=189
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=190",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=188",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 189,
    "results": [
        {
            "start": 839606712,
            "stop": 839618622
        },
        {
            "start": 839619435,
            "stop": 839626453
        },
        {
            "start": 839627154,
            "stop": 839627164
        },
        {
            "start": 839627180,
            "stop": 839629570
        },
        {
            "start": 839630413,
            "stop": 839630653
        },
        {
            "start": 839631396,
            "stop": 839680393
        },
        {
            "start": 839684847,
            "stop": 839690855
        },
        {
            "start": 839708612,
            "stop": 839708839
        },
        {
            "start": 839708903,
            "stop": 839718651
        },
        {
            "start": 839719818,
            "stop": 839721949
        },
        {
            "start": 839722878,
            "stop": 839792386
        },
        {
            "start": 839793830,
            "stop": 839794456
        },
        {
            "start": 839794948,
            "stop": 839801293
        },
        {
            "start": 839802102,
            "stop": 839808193
        },
        {
            "start": 839808856,
            "stop": 839828533
        },
        {
            "start": 839829221,
            "stop": 839829297
        },
        {
            "start": 839830366,
            "stop": 839848793
        },
        {
            "start": 839849822,
            "stop": 839863851
        },
        {
            "start": 839864544,
            "stop": 839869598
        },
        {
            "start": 839874447,
            "stop": 839885293
        }
    ]
}