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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=380",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=378",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 379,
    "results": [
        {
            "start": 849428576,
            "stop": 849430631
        },
        {
            "start": 849431020,
            "stop": 849435540
        },
        {
            "start": 849449086,
            "stop": 849449990
        },
        {
            "start": 849449992,
            "stop": 849450168
        },
        {
            "start": 849464863,
            "stop": 849467448
        },
        {
            "start": 849467660,
            "stop": 849468421
        },
        {
            "start": 849468488,
            "stop": 849468511
        },
        {
            "start": 849468679,
            "stop": 849469913
        },
        {
            "start": 849469915,
            "stop": 849470459
        },
        {
            "start": 849471731,
            "stop": 849473652
        },
        {
            "start": 849473768,
            "stop": 849477427
        },
        {
            "start": 849477429,
            "stop": 849479687
        },
        {
            "start": 849480886,
            "stop": 849481892
        },
        {
            "start": 849481894,
            "stop": 849488912
        },
        {
            "start": 849489353,
            "stop": 849490206
        },
        {
            "start": 849490281,
            "stop": 849491540
        },
        {
            "start": 849491542,
            "stop": 849491716
        },
        {
            "start": 849492561,
            "stop": 849495358
        },
        {
            "start": 849495359,
            "stop": 849514771
        },
        {
            "start": 849516133,
            "stop": 849522283
        }
    ]
}