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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=296",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=294",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 295,
    "results": [
        {
            "start": 931540875,
            "stop": 931540890
        },
        {
            "start": 931540892,
            "stop": 931540895
        },
        {
            "start": 931540896,
            "stop": 931540913
        },
        {
            "start": 931540914,
            "stop": 931540950
        },
        {
            "start": 931540952,
            "stop": 931540955
        },
        {
            "start": 931540957,
            "stop": 931540979
        },
        {
            "start": 931540982,
            "stop": 931540985
        },
        {
            "start": 931540988,
            "stop": 931540990
        },
        {
            "start": 931540991,
            "stop": 931540995
        },
        {
            "start": 931540997,
            "stop": 931541013
        },
        {
            "start": 931541015,
            "stop": 931541021
        },
        {
            "start": 931541023,
            "stop": 931541050
        },
        {
            "start": 931541055,
            "stop": 931541065
        },
        {
            "start": 931541067,
            "stop": 931541098
        },
        {
            "start": 931541099,
            "stop": 931541103
        },
        {
            "start": 931541106,
            "stop": 931541109
        },
        {
            "start": 931541113,
            "stop": 931541115
        },
        {
            "start": 931541117,
            "stop": 931541118
        },
        {
            "start": 931541121,
            "stop": 931541126
        },
        {
            "start": 931541127,
            "stop": 931541141
        }
    ]
}