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=5133
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=5134",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5132",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5133,
    "results": [
        {
            "start": 873669157,
            "stop": 873669193
        },
        {
            "start": 873669210,
            "stop": 873669266
        },
        {
            "start": 873669283,
            "stop": 873669380
        },
        {
            "start": 873669397,
            "stop": 873669540
        },
        {
            "start": 873669676,
            "stop": 873669840
        },
        {
            "start": 873670997,
            "stop": 873671024
        },
        {
            "start": 873671224,
            "stop": 873671253
        },
        {
            "start": 873671270,
            "stop": 873671311
        },
        {
            "start": 873671329,
            "stop": 873671353
        },
        {
            "start": 873671370,
            "stop": 873671400
        },
        {
            "start": 873671418,
            "stop": 873671460
        },
        {
            "start": 873671477,
            "stop": 873671503
        },
        {
            "start": 873671521,
            "stop": 873671538
        },
        {
            "start": 873671555,
            "stop": 873671645
        },
        {
            "start": 873671820,
            "stop": 873672072
        },
        {
            "start": 873672390,
            "stop": 873672600
        },
        {
            "start": 873672660,
            "stop": 873672721
        },
        {
            "start": 873672739,
            "stop": 873672780
        },
        {
            "start": 873672840,
            "stop": 873673140
        },
        {
            "start": 873673157,
            "stop": 873673280
        }
    ]
}