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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=361",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=359",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 360,
    "results": [
        {
            "start": 821333703,
            "stop": 821333751
        },
        {
            "start": 821333770,
            "stop": 821333776
        },
        {
            "start": 821333795,
            "stop": 821333901
        },
        {
            "start": 821333920,
            "stop": 821334131
        },
        {
            "start": 821334134,
            "stop": 821334208
        },
        {
            "start": 821334227,
            "stop": 821334342
        },
        {
            "start": 821334345,
            "stop": 821334433
        },
        {
            "start": 821334436,
            "stop": 821334551
        },
        {
            "start": 821334555,
            "stop": 821334853
        },
        {
            "start": 821334858,
            "stop": 821335104
        },
        {
            "start": 821335123,
            "stop": 821335392
        },
        {
            "start": 821335424,
            "stop": 821335448
        },
        {
            "start": 821335451,
            "stop": 821335499
        },
        {
            "start": 821335518,
            "stop": 821335727
        },
        {
            "start": 821335730,
            "stop": 821335842
        },
        {
            "start": 821335861,
            "stop": 821335890
        },
        {
            "start": 821335909,
            "stop": 821335924
        },
        {
            "start": 821335943,
            "stop": 821337807
        },
        {
            "start": 821337927,
            "stop": 821338630
        },
        {
            "start": 821338633,
            "stop": 821339388
        }
    ]
}