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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=157",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=155",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 156,
    "results": [
        {
            "start": 931421607,
            "stop": 931421647
        },
        {
            "start": 931421649,
            "stop": 931421657
        },
        {
            "start": 931421659,
            "stop": 931421684
        },
        {
            "start": 931421686,
            "stop": 931421697
        },
        {
            "start": 931421700,
            "stop": 931421713
        },
        {
            "start": 931421715,
            "stop": 931421717
        },
        {
            "start": 931421719,
            "stop": 931421732
        },
        {
            "start": 931421735,
            "stop": 931421756
        },
        {
            "start": 931421758,
            "stop": 931421832
        },
        {
            "start": 931421834,
            "stop": 931421845
        },
        {
            "start": 931421847,
            "stop": 931421866
        },
        {
            "start": 931421868,
            "stop": 931421880
        },
        {
            "start": 931421882,
            "stop": 931421891
        },
        {
            "start": 931421893,
            "stop": 931421894
        },
        {
            "start": 931421896,
            "stop": 931421900
        },
        {
            "start": 931421902,
            "stop": 931421908
        },
        {
            "start": 931421910,
            "stop": 931421937
        },
        {
            "start": 931421939,
            "stop": 931421959
        },
        {
            "start": 931421961,
            "stop": 931421983
        },
        {
            "start": 931421985,
            "stop": 931421988
        }
    ]
}