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=7494
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=7495",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7493",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7494,
    "results": [
        {
            "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
        },
        {
            "start": 970205299,
            "stop": 970205485
        },
        {
            "start": 970205488,
            "stop": 970205507
        },
        {
            "start": 970205510,
            "stop": 970205566
        },
        {
            "start": 970205569,
            "stop": 970205835
        },
        {
            "start": 970205838,
            "stop": 970205894
        }
    ]
}