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=549
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=550",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=548",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 549,
    "results": [
        {
            "start": 827233128,
            "stop": 827233134
        },
        {
            "start": 827233176,
            "stop": 827233182
        },
        {
            "start": 827233262,
            "stop": 827233296
        },
        {
            "start": 827233300,
            "stop": 827233324
        },
        {
            "start": 827233357,
            "stop": 827233363
        },
        {
            "start": 827233387,
            "stop": 827233392
        },
        {
            "start": 827233464,
            "stop": 827233470
        },
        {
            "start": 827233479,
            "stop": 827233489
        },
        {
            "start": 827233492,
            "stop": 827233503
        },
        {
            "start": 827233507,
            "stop": 827233528
        },
        {
            "start": 827233531,
            "stop": 827233537
        },
        {
            "start": 827233541,
            "stop": 827233556
        },
        {
            "start": 827233565,
            "stop": 827233585
        },
        {
            "start": 827233599,
            "stop": 827233658
        },
        {
            "start": 827233661,
            "stop": 827233687
        },
        {
            "start": 827233770,
            "stop": 827233772
        },
        {
            "start": 827233801,
            "stop": 827233815
        },
        {
            "start": 827233827,
            "stop": 827233838
        },
        {
            "start": 827233920,
            "stop": 827233933
        },
        {
            "start": 827233937,
            "stop": 827233948
        }
    ]
}