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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3608",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3606",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3607,
    "results": [
        {
            "start": 872081568,
            "stop": 872081932
        },
        {
            "start": 872081949,
            "stop": 872082927
        },
        {
            "start": 872082944,
            "stop": 872083020
        },
        {
            "start": 872083080,
            "stop": 872083621
        },
        {
            "start": 872083638,
            "stop": 872084749
        },
        {
            "start": 872084766,
            "stop": 872084810
        },
        {
            "start": 872084827,
            "stop": 872085574
        },
        {
            "start": 872085591,
            "stop": 872086352
        },
        {
            "start": 872086369,
            "stop": 872086370
        },
        {
            "start": 872086387,
            "stop": 872086823
        },
        {
            "start": 872086840,
            "stop": 872087040
        },
        {
            "start": 872087057,
            "stop": 872087908
        },
        {
            "start": 872087925,
            "stop": 872088322
        },
        {
            "start": 872088339,
            "stop": 872089115
        },
        {
            "start": 872089118,
            "stop": 872091300
        },
        {
            "start": 872091360,
            "stop": 872092903
        },
        {
            "start": 872093229,
            "stop": 872094135
        },
        {
            "start": 872094153,
            "stop": 872094420
        },
        {
            "start": 872094480,
            "stop": 872096454
        },
        {
            "start": 872096471,
            "stop": 872097028
        }
    ]
}