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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=114",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=112",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 113,
    "results": [
        {
            "start": 932601618,
            "stop": 932603149
        },
        {
            "start": 932603168,
            "stop": 932603221
        },
        {
            "start": 932603240,
            "stop": 932603290
        },
        {
            "start": 932603309,
            "stop": 932603453
        },
        {
            "start": 932603554,
            "stop": 932603562
        },
        {
            "start": 932603583,
            "stop": 932603642
        },
        {
            "start": 932603661,
            "stop": 932603917
        },
        {
            "start": 932603936,
            "stop": 932604221
        },
        {
            "start": 932604244,
            "stop": 932604261
        },
        {
            "start": 932604280,
            "stop": 932604541
        },
        {
            "start": 932604560,
            "stop": 932604624
        },
        {
            "start": 932604643,
            "stop": 932604661
        },
        {
            "start": 932604766,
            "stop": 932604787
        },
        {
            "start": 932604953,
            "stop": 932605146
        },
        {
            "start": 932605169,
            "stop": 932605235
        },
        {
            "start": 932605254,
            "stop": 932605280
        },
        {
            "start": 932605298,
            "stop": 932605402
        },
        {
            "start": 932605422,
            "stop": 932605536
        },
        {
            "start": 932605557,
            "stop": 932605753
        },
        {
            "start": 932605773,
            "stop": 932605876
        }
    ]
}