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=85
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=86",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=84",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 85,
    "results": [
        {
            "start": 819181409,
            "stop": 819181645
        },
        {
            "start": 819181653,
            "stop": 819182039
        },
        {
            "start": 819182046,
            "stop": 819182334
        },
        {
            "start": 819182341,
            "stop": 819182467
        },
        {
            "start": 819182474,
            "stop": 819182693
        },
        {
            "start": 819182701,
            "stop": 819182918
        },
        {
            "start": 819182925,
            "stop": 819183007
        },
        {
            "start": 819183021,
            "stop": 819183118
        },
        {
            "start": 819183125,
            "stop": 819183170
        },
        {
            "start": 819183177,
            "stop": 819183307
        },
        {
            "start": 819183314,
            "stop": 819184173
        },
        {
            "start": 819184180,
            "stop": 819184388
        },
        {
            "start": 819184396,
            "stop": 819184584
        },
        {
            "start": 819184598,
            "stop": 819184791
        },
        {
            "start": 819184798,
            "stop": 819184833
        },
        {
            "start": 819184841,
            "stop": 819185019
        },
        {
            "start": 819185026,
            "stop": 819185048
        },
        {
            "start": 819185055,
            "stop": 819185290
        },
        {
            "start": 819189059,
            "stop": 819189070
        },
        {
            "start": 819189077,
            "stop": 819189292
        }
    ]
}