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=9981
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=9982",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9980",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9981,
    "results": [
        {
            "start": 872015631,
            "stop": 872016022
        },
        {
            "start": 872016039,
            "stop": 872016251
        },
        {
            "start": 872016279,
            "stop": 872016430
        },
        {
            "start": 872016447,
            "stop": 872016473
        },
        {
            "start": 872016490,
            "stop": 872016604
        },
        {
            "start": 872016621,
            "stop": 872016835
        },
        {
            "start": 872016868,
            "stop": 872016957
        },
        {
            "start": 872016973,
            "stop": 872017003
        },
        {
            "start": 872017020,
            "stop": 872017495
        },
        {
            "start": 872017512,
            "stop": 872018021
        },
        {
            "start": 872018910,
            "stop": 872018967
        },
        {
            "start": 872019001,
            "stop": 872019072
        },
        {
            "start": 872019106,
            "stop": 872020786
        },
        {
            "start": 872020803,
            "stop": 872023058
        },
        {
            "start": 872023075,
            "stop": 872024103
        },
        {
            "start": 872024223,
            "stop": 872027324
        },
        {
            "start": 872027522,
            "stop": 872027929
        },
        {
            "start": 872027996,
            "stop": 872028021
        },
        {
            "start": 872028081,
            "stop": 872028614
        },
        {
            "start": 872028635,
            "stop": 872029507
        }
    ]
}