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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=151",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=149",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 150,
    "results": [
        {
            "start": 819760681,
            "stop": 819760919
        },
        {
            "start": 819761290,
            "stop": 819761781
        },
        {
            "start": 819761788,
            "stop": 819762338
        },
        {
            "start": 819762345,
            "stop": 819763781
        },
        {
            "start": 819763796,
            "stop": 819764068
        },
        {
            "start": 819764075,
            "stop": 819764117
        },
        {
            "start": 819764129,
            "stop": 819767132
        },
        {
            "start": 819767139,
            "stop": 819767503
        },
        {
            "start": 819767864,
            "stop": 819769420
        },
        {
            "start": 819769427,
            "stop": 819770515
        },
        {
            "start": 819770522,
            "stop": 819771596
        },
        {
            "start": 819771603,
            "stop": 819774789
        },
        {
            "start": 819774796,
            "stop": 819775756
        },
        {
            "start": 819775764,
            "stop": 819775842
        },
        {
            "start": 819775850,
            "stop": 819776126
        },
        {
            "start": 819776133,
            "stop": 819777085
        },
        {
            "start": 819777092,
            "stop": 819778779
        },
        {
            "start": 819778786,
            "stop": 819778899
        },
        {
            "start": 819778907,
            "stop": 819779434
        },
        {
            "start": 819779441,
            "stop": 819779669
        }
    ]
}