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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3415",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3413",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3414,
    "results": [
        {
            "start": 969645579,
            "stop": 969645652
        },
        {
            "start": 969645655,
            "stop": 969645675
        },
        {
            "start": 969645678,
            "stop": 969645702
        },
        {
            "start": 969645887,
            "stop": 969645924
        },
        {
            "start": 969645925,
            "stop": 969646190
        },
        {
            "start": 969646193,
            "stop": 969646199
        },
        {
            "start": 969646202,
            "stop": 969646284
        },
        {
            "start": 969646305,
            "stop": 969646307
        },
        {
            "start": 969646446,
            "stop": 969646451
        },
        {
            "start": 969646462,
            "stop": 969646526
        },
        {
            "start": 969646537,
            "stop": 969646538
        },
        {
            "start": 969646607,
            "stop": 969646715
        },
        {
            "start": 969646718,
            "stop": 969646860
        },
        {
            "start": 969646863,
            "stop": 969646875
        },
        {
            "start": 969646881,
            "stop": 969646889
        },
        {
            "start": 969646892,
            "stop": 969646902
        },
        {
            "start": 969646905,
            "stop": 969646909
        },
        {
            "start": 969646914,
            "stop": 969646917
        },
        {
            "start": 969646920,
            "stop": 969646922
        },
        {
            "start": 969646962,
            "stop": 969647096
        }
    ]
}