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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=185",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=183",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 184,
    "results": [
        {
            "start": 820498536,
            "stop": 820498927
        },
        {
            "start": 820498936,
            "stop": 820499465
        },
        {
            "start": 820499472,
            "stop": 820499484
        },
        {
            "start": 820499499,
            "stop": 820499503
        },
        {
            "start": 820499510,
            "stop": 820499818
        },
        {
            "start": 820499831,
            "stop": 820499879
        },
        {
            "start": 820499887,
            "stop": 820500143
        },
        {
            "start": 820500157,
            "stop": 820500326
        },
        {
            "start": 820500333,
            "stop": 820500644
        },
        {
            "start": 820500658,
            "stop": 820500726
        },
        {
            "start": 820500733,
            "stop": 820500851
        },
        {
            "start": 820500859,
            "stop": 820500890
        },
        {
            "start": 820500974,
            "stop": 820501277
        },
        {
            "start": 820501285,
            "stop": 820501321
        },
        {
            "start": 820501329,
            "stop": 820501912
        },
        {
            "start": 820501919,
            "stop": 820502139
        },
        {
            "start": 820502146,
            "stop": 820502153
        },
        {
            "start": 820502168,
            "stop": 820502352
        },
        {
            "start": 820502360,
            "stop": 820502523
        },
        {
            "start": 820502530,
            "stop": 820502741
        }
    ]
}