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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=167",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=165",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 166,
    "results": [
        {
            "start": 1176808360,
            "stop": 1176808361
        },
        {
            "start": 1176808362,
            "stop": 1176808473
        },
        {
            "start": 1176808481,
            "stop": 1176808482
        },
        {
            "start": 1176808483,
            "stop": 1176808678
        },
        {
            "start": 1176808697,
            "stop": 1176808819
        },
        {
            "start": 1176808821,
            "stop": 1176808923
        },
        {
            "start": 1176808924,
            "stop": 1176809724
        },
        {
            "start": 1176809725,
            "stop": 1176809826
        },
        {
            "start": 1176809828,
            "stop": 1176810775
        },
        {
            "start": 1176810776,
            "stop": 1176816058
        },
        {
            "start": 1176816060,
            "stop": 1176816322
        },
        {
            "start": 1176816324,
            "stop": 1176827132
        },
        {
            "start": 1176827134,
            "stop": 1176834376
        },
        {
            "start": 1176834377,
            "stop": 1176835295
        },
        {
            "start": 1176835298,
            "stop": 1176835578
        },
        {
            "start": 1176835581,
            "stop": 1176835901
        },
        {
            "start": 1176835903,
            "stop": 1176838676
        },
        {
            "start": 1176838677,
            "stop": 1176838678
        },
        {
            "start": 1176838679,
            "stop": 1176839568
        },
        {
            "start": 1176839569,
            "stop": 1176839862
        }
    ]
}