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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10069",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10067",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10068,
    "results": [
        {
            "start": 873019415,
            "stop": 873019585
        },
        {
            "start": 873019625,
            "stop": 873020453
        },
        {
            "start": 873020491,
            "stop": 873021325
        },
        {
            "start": 873021342,
            "stop": 873023478
        },
        {
            "start": 873023495,
            "stop": 873025463
        },
        {
            "start": 873025619,
            "stop": 873025817
        },
        {
            "start": 873025834,
            "stop": 873025980
        },
        {
            "start": 873026100,
            "stop": 873026643
        },
        {
            "start": 873026863,
            "stop": 873027956
        },
        {
            "start": 873028010,
            "stop": 873028086
        },
        {
            "start": 873028341,
            "stop": 873029216
        },
        {
            "start": 873029233,
            "stop": 873029246
        },
        {
            "start": 873029315,
            "stop": 873029574
        },
        {
            "start": 873029591,
            "stop": 873030330
        },
        {
            "start": 873030347,
            "stop": 873030560
        },
        {
            "start": 873030752,
            "stop": 873031560
        },
        {
            "start": 873031620,
            "stop": 873032220
        },
        {
            "start": 873032280,
            "stop": 873032282
        },
        {
            "start": 873032317,
            "stop": 873032514
        },
        {
            "start": 873032531,
            "stop": 873032762
        }
    ]
}