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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=179",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=177",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 178,
    "results": [
        {
            "start": 820366889,
            "stop": 820366989
        },
        {
            "start": 820367006,
            "stop": 820367440
        },
        {
            "start": 820367457,
            "stop": 820367605
        },
        {
            "start": 820367622,
            "stop": 820368054
        },
        {
            "start": 820368071,
            "stop": 820368430
        },
        {
            "start": 820368447,
            "stop": 820368815
        },
        {
            "start": 820368832,
            "stop": 820368842
        },
        {
            "start": 820368860,
            "stop": 820368961
        },
        {
            "start": 820368978,
            "stop": 820369119
        },
        {
            "start": 820369122,
            "stop": 820369187
        },
        {
            "start": 820369190,
            "stop": 820369408
        },
        {
            "start": 820369425,
            "stop": 820369433
        },
        {
            "start": 820369437,
            "stop": 820369478
        },
        {
            "start": 820369495,
            "stop": 820369617
        },
        {
            "start": 820369634,
            "stop": 820369728
        },
        {
            "start": 820369745,
            "stop": 820370086
        },
        {
            "start": 820370103,
            "stop": 820370231
        },
        {
            "start": 820370234,
            "stop": 820370294
        },
        {
            "start": 820370297,
            "stop": 820370462
        },
        {
            "start": 820370494,
            "stop": 820370993
        }
    ]
}