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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2213",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2211",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2212,
    "results": [
        {
            "start": 872708272,
            "stop": 872708277
        },
        {
            "start": 872708282,
            "stop": 872708344
        },
        {
            "start": 872708361,
            "stop": 872708455
        },
        {
            "start": 872708461,
            "stop": 872708579
        },
        {
            "start": 872708585,
            "stop": 872708852
        },
        {
            "start": 872708858,
            "stop": 872708890
        },
        {
            "start": 872708909,
            "stop": 872708964
        },
        {
            "start": 872708969,
            "stop": 872709012
        },
        {
            "start": 872709018,
            "stop": 872709028
        },
        {
            "start": 872709034,
            "stop": 872709042
        },
        {
            "start": 872709048,
            "stop": 872709060
        },
        {
            "start": 872709066,
            "stop": 872709075
        },
        {
            "start": 872709081,
            "stop": 872709093
        },
        {
            "start": 872709099,
            "stop": 872709111
        },
        {
            "start": 872709116,
            "stop": 872709122
        },
        {
            "start": 872709128,
            "stop": 872709141
        },
        {
            "start": 872709147,
            "stop": 872709158
        },
        {
            "start": 872709163,
            "stop": 872709173
        },
        {
            "start": 872709198,
            "stop": 872709223
        },
        {
            "start": 872709229,
            "stop": 872709245
        }
    ]
}