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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4775",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4773",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4774,
    "results": [
        {
            "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
        },
        {
            "start": 970451914,
            "stop": 970452255
        },
        {
            "start": 970452258,
            "stop": 970452508
        },
        {
            "start": 970452511,
            "stop": 970452865
        },
        {
            "start": 970452868,
            "stop": 970453709
        },
        {
            "start": 970453712,
            "stop": 970453793
        },
        {
            "start": 970453796,
            "stop": 970454242
        }
    ]
}