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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=96",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=94",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 95,
    "results": [
        {
            "start": 831910527,
            "stop": 831910638
        },
        {
            "start": 831910857,
            "stop": 831911652
        },
        {
            "start": 831920959,
            "stop": 831921393
        },
        {
            "start": 831921523,
            "stop": 831922255
        },
        {
            "start": 831923329,
            "stop": 831924405
        },
        {
            "start": 831926586,
            "stop": 831928279
        },
        {
            "start": 831928391,
            "stop": 831929583
        },
        {
            "start": 831929700,
            "stop": 831930868
        },
        {
            "start": 831931101,
            "stop": 831934125
        },
        {
            "start": 831934593,
            "stop": 831936580
        },
        {
            "start": 831937979,
            "stop": 831938412
        },
        {
            "start": 831940703,
            "stop": 831941565
        },
        {
            "start": 831944172,
            "stop": 831946916
        },
        {
            "start": 831947878,
            "stop": 831966908
        },
        {
            "start": 831968048,
            "stop": 831971508
        },
        {
            "start": 831972543,
            "stop": 831973552
        },
        {
            "start": 831974098,
            "stop": 831975035
        },
        {
            "start": 831975636,
            "stop": 831978454
        },
        {
            "start": 831979811,
            "stop": 831980078
        },
        {
            "start": 831980872,
            "stop": 831986586
        }
    ]
}