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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5620",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5618",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5619,
    "results": [
        {
            "start": 874457808,
            "stop": 874458013
        },
        {
            "start": 874458016,
            "stop": 874458051
        },
        {
            "start": 874458054,
            "stop": 874458214
        },
        {
            "start": 874458217,
            "stop": 874458239
        },
        {
            "start": 874458242,
            "stop": 874458336
        },
        {
            "start": 874458342,
            "stop": 874458360
        },
        {
            "start": 874458363,
            "stop": 874458747
        },
        {
            "start": 874458750,
            "stop": 874458982
        },
        {
            "start": 874458985,
            "stop": 874459218
        },
        {
            "start": 874459222,
            "stop": 874459250
        },
        {
            "start": 874459253,
            "stop": 874459405
        },
        {
            "start": 874459409,
            "stop": 874459448
        },
        {
            "start": 874459451,
            "stop": 874459531
        },
        {
            "start": 874459535,
            "stop": 874459638
        },
        {
            "start": 874459641,
            "stop": 874459673
        },
        {
            "start": 874459676,
            "stop": 874459853
        },
        {
            "start": 874459856,
            "stop": 874459872
        },
        {
            "start": 874459875,
            "stop": 874460109
        },
        {
            "start": 874460112,
            "stop": 874460113
        },
        {
            "start": 874460117,
            "stop": 874460140
        }
    ]
}