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=331
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=332",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=330",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 331,
    "results": [
        {
            "start": 844780484,
            "stop": 844782443
        },
        {
            "start": 844796910,
            "stop": 844797048
        },
        {
            "start": 844797050,
            "stop": 844797323
        },
        {
            "start": 844800288,
            "stop": 844801824
        },
        {
            "start": 844802675,
            "stop": 844804556
        },
        {
            "start": 844804692,
            "stop": 844804788
        },
        {
            "start": 844806293,
            "stop": 844806360
        },
        {
            "start": 844806423,
            "stop": 844806455
        },
        {
            "start": 844807344,
            "stop": 844808298
        },
        {
            "start": 844810335,
            "stop": 844813368
        },
        {
            "start": 844813571,
            "stop": 844813663
        },
        {
            "start": 844813747,
            "stop": 844815070
        },
        {
            "start": 844815390,
            "stop": 844821122
        },
        {
            "start": 844821124,
            "stop": 844821404
        },
        {
            "start": 844821405,
            "stop": 844837358
        },
        {
            "start": 844837603,
            "stop": 844837650
        },
        {
            "start": 844838814,
            "stop": 844845193
        },
        {
            "start": 844846787,
            "stop": 844859364
        },
        {
            "start": 844859450,
            "stop": 844861640
        },
        {
            "start": 844862402,
            "stop": 844863989
        }
    ]
}