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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5281",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5279",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5280,
    "results": [
        {
            "start": 970418114,
            "stop": 970418141
        },
        {
            "start": 970418145,
            "stop": 970419344
        },
        {
            "start": 970419347,
            "stop": 970419402
        },
        {
            "start": 970419405,
            "stop": 970419549
        },
        {
            "start": 970419552,
            "stop": 970419829
        },
        {
            "start": 970419832,
            "stop": 970419838
        },
        {
            "start": 970419841,
            "stop": 970420103
        },
        {
            "start": 970420106,
            "stop": 970420299
        },
        {
            "start": 970420302,
            "stop": 970420467
        },
        {
            "start": 970420470,
            "stop": 970421314
        },
        {
            "start": 970421317,
            "stop": 970421442
        },
        {
            "start": 970421445,
            "stop": 970421544
        },
        {
            "start": 970421547,
            "stop": 970421619
        },
        {
            "start": 970421622,
            "stop": 970421788
        },
        {
            "start": 970421791,
            "stop": 970421805
        },
        {
            "start": 970421808,
            "stop": 970421813
        },
        {
            "start": 970450498,
            "stop": 970450975
        },
        {
            "start": 970450978,
            "stop": 970451396
        },
        {
            "start": 970451400,
            "stop": 970451681
        },
        {
            "start": 970451684,
            "stop": 970451911
        }
    ]
}