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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7479",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7477",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7478,
    "results": [
        {
            "start": 970202818,
            "stop": 970202876
        },
        {
            "start": 970202879,
            "stop": 970203303
        },
        {
            "start": 970203306,
            "stop": 970203838
        },
        {
            "start": 970203841,
            "stop": 970203944
        },
        {
            "start": 970203947,
            "stop": 970203982
        },
        {
            "start": 970203985,
            "stop": 970203997
        },
        {
            "start": 970204002,
            "stop": 970204009
        },
        {
            "start": 970204012,
            "stop": 970204341
        },
        {
            "start": 970204347,
            "stop": 970204361
        },
        {
            "start": 970204365,
            "stop": 970204393
        },
        {
            "start": 970204396,
            "stop": 970204432
        },
        {
            "start": 970204435,
            "stop": 970204565
        },
        {
            "start": 970204568,
            "stop": 970204569
        },
        {
            "start": 970204572,
            "stop": 970204725
        },
        {
            "start": 970204729,
            "stop": 970204789
        },
        {
            "start": 970204792,
            "stop": 970205014
        },
        {
            "start": 970205017,
            "stop": 970205138
        },
        {
            "start": 970205142,
            "stop": 970205153
        },
        {
            "start": 970205157,
            "stop": 970205285
        },
        {
            "start": 970205288,
            "stop": 970205296
        }
    ]
}