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=175
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=176",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=174",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 175,
    "results": [
        {
            "start": 818068899,
            "stop": 818068901
        },
        {
            "start": 818068905,
            "stop": 818068908
        },
        {
            "start": 818068913,
            "stop": 818068917
        },
        {
            "start": 818068920,
            "stop": 818068922
        },
        {
            "start": 818068925,
            "stop": 818068929
        },
        {
            "start": 818068940,
            "stop": 818068944
        },
        {
            "start": 818068947,
            "stop": 818068954
        },
        {
            "start": 818068957,
            "stop": 818068960
        },
        {
            "start": 818068966,
            "stop": 818068973
        },
        {
            "start": 818068976,
            "stop": 818068978
        },
        {
            "start": 818068981,
            "stop": 818068982
        },
        {
            "start": 818068986,
            "stop": 818068989
        },
        {
            "start": 818068996,
            "stop": 818069000
        },
        {
            "start": 818069006,
            "stop": 818069007
        },
        {
            "start": 818069012,
            "stop": 818069013
        },
        {
            "start": 818069016,
            "stop": 818069030
        },
        {
            "start": 818069034,
            "stop": 818069041
        },
        {
            "start": 818069044,
            "stop": 818069053
        },
        {
            "start": 818069057,
            "stop": 818069063
        },
        {
            "start": 818069074,
            "stop": 818069075
        }
    ]
}