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=5015
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=5016",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5014",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5015,
    "results": [
        {
            "start": 872341636,
            "stop": 872341679
        },
        {
            "start": 872341715,
            "stop": 872341781
        },
        {
            "start": 872341924,
            "stop": 872341937
        },
        {
            "start": 872341996,
            "stop": 872342046
        },
        {
            "start": 872342063,
            "stop": 872342365
        },
        {
            "start": 872342404,
            "stop": 872342890
        },
        {
            "start": 872342924,
            "stop": 872342948
        },
        {
            "start": 872342982,
            "stop": 872342996
        },
        {
            "start": 872344074,
            "stop": 872344086
        },
        {
            "start": 872344195,
            "stop": 872344240
        },
        {
            "start": 872344274,
            "stop": 872344468
        },
        {
            "start": 872344683,
            "stop": 872344688
        },
        {
            "start": 872344722,
            "stop": 872344725
        },
        {
            "start": 872345458,
            "stop": 872345465
        },
        {
            "start": 872345499,
            "stop": 872345569
        },
        {
            "start": 872345622,
            "stop": 872345724
        },
        {
            "start": 872345758,
            "stop": 872345780
        },
        {
            "start": 872345814,
            "stop": 872346042
        },
        {
            "start": 872346076,
            "stop": 872346186
        },
        {
            "start": 872346229,
            "stop": 872346297
        }
    ]
}