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=404
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=405",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=403",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 404,
    "results": [
        {
            "start": 852332529,
            "stop": 852337111
        },
        {
            "start": 852337179,
            "stop": 852338706
        },
        {
            "start": 852339436,
            "stop": 852346771
        },
        {
            "start": 852346773,
            "stop": 852351074
        },
        {
            "start": 852351076,
            "stop": 852351564
        },
        {
            "start": 852351631,
            "stop": 852363314
        },
        {
            "start": 852363334,
            "stop": 852363344
        },
        {
            "start": 852363898,
            "stop": 852382834
        },
        {
            "start": 852387319,
            "stop": 852388082
        },
        {
            "start": 852388439,
            "stop": 852389407
        },
        {
            "start": 852390478,
            "stop": 852390839
        },
        {
            "start": 852392256,
            "stop": 852393191
        },
        {
            "start": 852393249,
            "stop": 852393797
        },
        {
            "start": 852416033,
            "stop": 852416282
        },
        {
            "start": 852416284,
            "stop": 852416467
        },
        {
            "start": 852416468,
            "stop": 852416669
        },
        {
            "start": 852416671,
            "stop": 852417713
        },
        {
            "start": 852419548,
            "stop": 852423896
        },
        {
            "start": 852424036,
            "stop": 852425058
        },
        {
            "start": 852425144,
            "stop": 852425758
        }
    ]
}