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=80
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=81",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=79",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 80,
    "results": [
        {
            "start": 818053555,
            "stop": 818053564
        },
        {
            "start": 818053572,
            "stop": 818053580
        },
        {
            "start": 818053625,
            "stop": 818053629
        },
        {
            "start": 818053642,
            "stop": 818053647
        },
        {
            "start": 818053675,
            "stop": 818053707
        },
        {
            "start": 818053715,
            "stop": 818053731
        },
        {
            "start": 818053758,
            "stop": 818053777
        },
        {
            "start": 818053803,
            "stop": 818053805
        },
        {
            "start": 818053821,
            "stop": 818053823
        },
        {
            "start": 818053849,
            "stop": 818053850
        },
        {
            "start": 818053865,
            "stop": 818053869
        },
        {
            "start": 818053880,
            "stop": 818053882
        },
        {
            "start": 818053908,
            "stop": 818053910
        },
        {
            "start": 818053939,
            "stop": 818053945
        },
        {
            "start": 818053960,
            "stop": 818053966
        },
        {
            "start": 818053990,
            "stop": 818053995
        },
        {
            "start": 818054021,
            "stop": 818054025
        },
        {
            "start": 818054040,
            "stop": 818054041
        },
        {
            "start": 818054060,
            "stop": 818054063
        },
        {
            "start": 818054071,
            "stop": 818054072
        }
    ]
}