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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6994",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6992",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6993,
    "results": [
        {
            "start": 873838281,
            "stop": 873838298
        },
        {
            "start": 873838302,
            "stop": 873838376
        },
        {
            "start": 873838379,
            "stop": 873838426
        },
        {
            "start": 873838430,
            "stop": 873838491
        },
        {
            "start": 873838495,
            "stop": 873838688
        },
        {
            "start": 873838692,
            "stop": 873839123
        },
        {
            "start": 873839127,
            "stop": 873839137
        },
        {
            "start": 873839142,
            "stop": 873839182
        },
        {
            "start": 873839185,
            "stop": 873839246
        },
        {
            "start": 873839250,
            "stop": 873839326
        },
        {
            "start": 873839329,
            "stop": 873839332
        },
        {
            "start": 873839337,
            "stop": 873839656
        },
        {
            "start": 873839660,
            "stop": 873839904
        },
        {
            "start": 873839908,
            "stop": 873840006
        },
        {
            "start": 873840009,
            "stop": 873840887
        },
        {
            "start": 873840891,
            "stop": 873841163
        },
        {
            "start": 873841167,
            "stop": 873841177
        },
        {
            "start": 873841180,
            "stop": 873841185
        },
        {
            "start": 873841188,
            "stop": 873841199
        },
        {
            "start": 873841203,
            "stop": 873841536
        }
    ]
}