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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3816",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3814",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3815,
    "results": [
        {
            "start": 873330751,
            "stop": 873330778
        },
        {
            "start": 873330779,
            "stop": 873330864
        },
        {
            "start": 873330865,
            "stop": 873331363
        },
        {
            "start": 873331366,
            "stop": 873331429
        },
        {
            "start": 873331431,
            "stop": 873332168
        },
        {
            "start": 873332171,
            "stop": 873339599
        },
        {
            "start": 873339602,
            "stop": 873341213
        },
        {
            "start": 873341216,
            "stop": 873341723
        },
        {
            "start": 873341726,
            "stop": 873341746
        },
        {
            "start": 873341749,
            "stop": 873341877
        },
        {
            "start": 873341880,
            "stop": 873341883
        },
        {
            "start": 873341886,
            "stop": 873342251
        },
        {
            "start": 873342254,
            "stop": 873342309
        },
        {
            "start": 873342312,
            "stop": 873342387
        },
        {
            "start": 873342390,
            "stop": 873343009
        },
        {
            "start": 873343012,
            "stop": 873344510
        },
        {
            "start": 873344513,
            "stop": 873344776
        },
        {
            "start": 873344779,
            "stop": 873345169
        },
        {
            "start": 873345172,
            "stop": 873345388
        },
        {
            "start": 873345391,
            "stop": 873346551
        }
    ]
}