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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7517",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7515",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7516,
    "results": [
        {
            "start": 970306373,
            "stop": 970306377
        },
        {
            "start": 970309583,
            "stop": 970309602
        },
        {
            "start": 970309605,
            "stop": 970309619
        },
        {
            "start": 970309625,
            "stop": 970309632
        },
        {
            "start": 970309644,
            "stop": 970309742
        },
        {
            "start": 970309745,
            "stop": 970309889
        },
        {
            "start": 970309895,
            "stop": 970309931
        },
        {
            "start": 970309934,
            "stop": 970310232
        },
        {
            "start": 970310235,
            "stop": 970310725
        },
        {
            "start": 970310728,
            "stop": 970310758
        },
        {
            "start": 970310761,
            "stop": 970310921
        },
        {
            "start": 970310927,
            "stop": 970310962
        },
        {
            "start": 970311042,
            "stop": 970311046
        },
        {
            "start": 970311052,
            "stop": 970311053
        },
        {
            "start": 970311059,
            "stop": 970311066
        },
        {
            "start": 970311083,
            "stop": 970311090
        },
        {
            "start": 970311121,
            "stop": 970311122
        },
        {
            "start": 970311134,
            "stop": 970311459
        },
        {
            "start": 970311462,
            "stop": 970311492
        },
        {
            "start": 970311495,
            "stop": 970311772
        }
    ]
}