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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=56",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=54",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 55,
    "results": [
        {
            "start": 931512121,
            "stop": 931512129
        },
        {
            "start": 931512143,
            "stop": 931512151
        },
        {
            "start": 931512163,
            "stop": 931512169
        },
        {
            "start": 931512176,
            "stop": 931512181
        },
        {
            "start": 931512188,
            "stop": 931512193
        },
        {
            "start": 931512203,
            "stop": 931512208
        },
        {
            "start": 931512215,
            "stop": 931512218
        },
        {
            "start": 931512230,
            "stop": 931512265
        },
        {
            "start": 931512272,
            "stop": 931512278
        },
        {
            "start": 931512285,
            "stop": 931512293
        },
        {
            "start": 931512307,
            "stop": 931512310
        },
        {
            "start": 931512317,
            "stop": 931512330
        },
        {
            "start": 931512345,
            "stop": 931512352
        },
        {
            "start": 931512359,
            "stop": 931512375
        },
        {
            "start": 931512388,
            "stop": 931512394
        },
        {
            "start": 931512400,
            "stop": 931512412
        },
        {
            "start": 931512419,
            "stop": 931512439
        },
        {
            "start": 931512455,
            "stop": 931512467
        },
        {
            "start": 931512476,
            "stop": 931512485
        },
        {
            "start": 931512495,
            "stop": 931512506
        }
    ]
}