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=108
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=109",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=107",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 108,
    "results": [
        {
            "start": 817857003,
            "stop": 817857005
        },
        {
            "start": 817857008,
            "stop": 817857011
        },
        {
            "start": 817857014,
            "stop": 817857024
        },
        {
            "start": 817857027,
            "stop": 817857051
        },
        {
            "start": 817857054,
            "stop": 817857074
        },
        {
            "start": 817857077,
            "stop": 817857135
        },
        {
            "start": 817857138,
            "stop": 817857399
        },
        {
            "start": 817857404,
            "stop": 817857415
        },
        {
            "start": 817857419,
            "stop": 817857429
        },
        {
            "start": 817857438,
            "stop": 817857477
        },
        {
            "start": 817857483,
            "stop": 817857510
        },
        {
            "start": 817857513,
            "stop": 817857560
        },
        {
            "start": 817857563,
            "stop": 817857570
        },
        {
            "start": 817857573,
            "stop": 817857688
        },
        {
            "start": 817857691,
            "stop": 817857762
        },
        {
            "start": 817857766,
            "stop": 817857801
        },
        {
            "start": 817857804,
            "stop": 817857866
        },
        {
            "start": 817857869,
            "stop": 817857885
        },
        {
            "start": 817857892,
            "stop": 817857958
        },
        {
            "start": 817857969,
            "stop": 817858091
        }
    ]
}