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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=310",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=308",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 309,
    "results": [
        {
            "start": 931735950,
            "stop": 931735953
        },
        {
            "start": 931735954,
            "stop": 931735962
        },
        {
            "start": 931735964,
            "stop": 931735975
        },
        {
            "start": 931735977,
            "stop": 931735978
        },
        {
            "start": 931735980,
            "stop": 931735987
        },
        {
            "start": 931735989,
            "stop": 931736053
        },
        {
            "start": 931736055,
            "stop": 931736061
        },
        {
            "start": 931736062,
            "stop": 931736137
        },
        {
            "start": 931736139,
            "stop": 931736166
        },
        {
            "start": 931736168,
            "stop": 931736175
        },
        {
            "start": 931736177,
            "stop": 931736341
        },
        {
            "start": 931736343,
            "stop": 931736345
        },
        {
            "start": 931736347,
            "stop": 931736353
        },
        {
            "start": 931736355,
            "stop": 931736357
        },
        {
            "start": 931736359,
            "stop": 931736407
        },
        {
            "start": 931736409,
            "stop": 931736413
        },
        {
            "start": 931736415,
            "stop": 931736433
        },
        {
            "start": 931736438,
            "stop": 931736439
        },
        {
            "start": 931736440,
            "stop": 931736444
        },
        {
            "start": 931736446,
            "stop": 931736471
        }
    ]
}