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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8716",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8714",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8715,
    "results": [
        {
            "start": 872448417,
            "stop": 872448603
        },
        {
            "start": 872448620,
            "stop": 872449157
        },
        {
            "start": 872449390,
            "stop": 872450066
        },
        {
            "start": 872450186,
            "stop": 872450213
        },
        {
            "start": 872450217,
            "stop": 872450630
        },
        {
            "start": 872450830,
            "stop": 872450896
        },
        {
            "start": 872450940,
            "stop": 872450942
        },
        {
            "start": 872450980,
            "stop": 872451720
        },
        {
            "start": 872451817,
            "stop": 872451932
        },
        {
            "start": 872451989,
            "stop": 872453490
        },
        {
            "start": 872453677,
            "stop": 872454806
        },
        {
            "start": 872454823,
            "stop": 872454992
        },
        {
            "start": 872455112,
            "stop": 872455127
        },
        {
            "start": 872455247,
            "stop": 872456570
        },
        {
            "start": 872456710,
            "stop": 872457050
        },
        {
            "start": 872457130,
            "stop": 872457634
        },
        {
            "start": 872457754,
            "stop": 872458250
        },
        {
            "start": 872458390,
            "stop": 872458479
        },
        {
            "start": 872458520,
            "stop": 872458932
        },
        {
            "start": 872459040,
            "stop": 872459990
        }
    ]
}