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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1874",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1872",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1873,
    "results": [
        {
            "start": 845061700,
            "stop": 845061720
        },
        {
            "start": 845061834,
            "stop": 845063757
        },
        {
            "start": 845063763,
            "stop": 845063770
        },
        {
            "start": 845063771,
            "stop": 845063825
        },
        {
            "start": 845063830,
            "stop": 845063911
        },
        {
            "start": 845064211,
            "stop": 845064371
        },
        {
            "start": 845064374,
            "stop": 845065046
        },
        {
            "start": 845066049,
            "stop": 845066395
        },
        {
            "start": 845066398,
            "stop": 845066477
        },
        {
            "start": 845066777,
            "stop": 845067704
        },
        {
            "start": 845067814,
            "stop": 845067871
        },
        {
            "start": 845068171,
            "stop": 845068298
        },
        {
            "start": 845155225,
            "stop": 845155534
        },
        {
            "start": 845155649,
            "stop": 845157853
        },
        {
            "start": 845157941,
            "stop": 845158650
        },
        {
            "start": 845159036,
            "stop": 845159182
        },
        {
            "start": 845159292,
            "stop": 845160100
        },
        {
            "start": 845160103,
            "stop": 845160349
        },
        {
            "start": 845160766,
            "stop": 845162619
        },
        {
            "start": 845162799,
            "stop": 845163949
        }
    ]
}