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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9830",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9828",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9829,
    "results": [
        {
            "start": 873841538,
            "stop": 873842820
        },
        {
            "start": 873842880,
            "stop": 873842987
        },
        {
            "start": 873843060,
            "stop": 873843090
        },
        {
            "start": 873843107,
            "stop": 873843420
        },
        {
            "start": 873843480,
            "stop": 873843589
        },
        {
            "start": 873843592,
            "stop": 873843840
        },
        {
            "start": 873843900,
            "stop": 873844131
        },
        {
            "start": 873844176,
            "stop": 873844388
        },
        {
            "start": 873844405,
            "stop": 873844437
        },
        {
            "start": 873844737,
            "stop": 873844967
        },
        {
            "start": 873845037,
            "stop": 873845040
        },
        {
            "start": 873845100,
            "stop": 873845940
        },
        {
            "start": 873846000,
            "stop": 873846012
        },
        {
            "start": 873846132,
            "stop": 873846608
        },
        {
            "start": 873846851,
            "stop": 873846960
        },
        {
            "start": 873847020,
            "stop": 873847080
        },
        {
            "start": 873847140,
            "stop": 873847173
        },
        {
            "start": 873847190,
            "stop": 873847560
        },
        {
            "start": 873847620,
            "stop": 873848040
        },
        {
            "start": 873848100,
            "stop": 873848215
        }
    ]
}