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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=136",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=134",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 135,
    "results": [
        {
            "start": 816987308,
            "stop": 816987350
        },
        {
            "start": 816987367,
            "stop": 816987538
        },
        {
            "start": 816987558,
            "stop": 816987635
        },
        {
            "start": 816987655,
            "stop": 816987753
        },
        {
            "start": 816987770,
            "stop": 816987872
        },
        {
            "start": 816987929,
            "stop": 816987998
        },
        {
            "start": 816988034,
            "stop": 816988225
        },
        {
            "start": 816988254,
            "stop": 816988274
        },
        {
            "start": 816988304,
            "stop": 816988326
        },
        {
            "start": 816988345,
            "stop": 816988432
        },
        {
            "start": 816988455,
            "stop": 816988683
        },
        {
            "start": 816988702,
            "stop": 816988761
        },
        {
            "start": 816988785,
            "stop": 816988832
        },
        {
            "start": 816988851,
            "stop": 816988989
        },
        {
            "start": 816989019,
            "stop": 816989057
        },
        {
            "start": 816989076,
            "stop": 816989112
        },
        {
            "start": 816989134,
            "stop": 816989380
        },
        {
            "start": 816989400,
            "stop": 816989512
        },
        {
            "start": 816989531,
            "stop": 816989677
        },
        {
            "start": 816989703,
            "stop": 816989704
        }
    ]
}