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=441
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=442",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=440",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 441,
    "results": [
        {
            "start": 818746433,
            "stop": 818746440
        },
        {
            "start": 818746449,
            "stop": 818746452
        },
        {
            "start": 818746455,
            "stop": 818746456
        },
        {
            "start": 818746459,
            "stop": 818746461
        },
        {
            "start": 818746464,
            "stop": 818746483
        },
        {
            "start": 818746489,
            "stop": 818746491
        },
        {
            "start": 818746497,
            "stop": 818746511
        },
        {
            "start": 818746514,
            "stop": 818746519
        },
        {
            "start": 818746535,
            "stop": 818746538
        },
        {
            "start": 818746541,
            "stop": 818746558
        },
        {
            "start": 818746566,
            "stop": 818746568
        },
        {
            "start": 818746571,
            "stop": 818746596
        },
        {
            "start": 818746607,
            "stop": 818746608
        },
        {
            "start": 818746621,
            "stop": 818746624
        },
        {
            "start": 818746629,
            "stop": 818746634
        },
        {
            "start": 818746637,
            "stop": 818746653
        },
        {
            "start": 818746656,
            "stop": 818746661
        },
        {
            "start": 818746668,
            "stop": 818746676
        },
        {
            "start": 818746681,
            "stop": 818746685
        },
        {
            "start": 818746696,
            "stop": 818746699
        }
    ]
}