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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=203",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=201",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 202,
    "results": [
        {
            "start": 820791790,
            "stop": 820791842
        },
        {
            "start": 820791855,
            "stop": 820792124
        },
        {
            "start": 820792143,
            "stop": 820792291
        },
        {
            "start": 820792312,
            "stop": 820792393
        },
        {
            "start": 820798090,
            "stop": 820802386
        },
        {
            "start": 820802927,
            "stop": 820802984
        },
        {
            "start": 820802995,
            "stop": 820803744
        },
        {
            "start": 820803772,
            "stop": 820807333
        },
        {
            "start": 820807682,
            "stop": 820814103
        },
        {
            "start": 820814130,
            "stop": 820827576
        },
        {
            "start": 820827583,
            "stop": 820827601
        },
        {
            "start": 820827609,
            "stop": 820827688
        },
        {
            "start": 820827698,
            "stop": 820827750
        },
        {
            "start": 820828683,
            "stop": 820843950
        },
        {
            "start": 820844208,
            "stop": 820844221
        },
        {
            "start": 820844838,
            "stop": 820844961
        },
        {
            "start": 820844969,
            "stop": 820847530
        },
        {
            "start": 820847869,
            "stop": 820847893
        },
        {
            "start": 820850167,
            "stop": 820850403
        },
        {
            "start": 820850436,
            "stop": 820850448
        }
    ]
}