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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5067",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5065",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5066,
    "results": [
        {
            "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": 873030561
        },
        {
            "start": 873030752,
            "stop": 873031560
        },
        {
            "start": 873031620,
            "stop": 873032220
        },
        {
            "start": 873032280,
            "stop": 873032282
        },
        {
            "start": 873032317,
            "stop": 873032514
        },
        {
            "start": 873032531,
            "stop": 873032762
        },
        {
            "start": 873032779,
            "stop": 873033118
        },
        {
            "start": 873034455,
            "stop": 873034549
        },
        {
            "start": 873034583,
            "stop": 873034606
        },
        {
            "start": 873034708,
            "stop": 873035370
        },
        {
            "start": 873036523,
            "stop": 873037020
        },
        {
            "start": 873037080,
            "stop": 873037166
        }
    ]
}