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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=188",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=186",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 187,
    "results": [
        {
            "start": 931603009,
            "stop": 931603013
        },
        {
            "start": 931603016,
            "stop": 931603019
        },
        {
            "start": 931603022,
            "stop": 931603025
        },
        {
            "start": 931603028,
            "stop": 931603033
        },
        {
            "start": 931603036,
            "stop": 931603049
        },
        {
            "start": 931603052,
            "stop": 931603055
        },
        {
            "start": 931603058,
            "stop": 931603068
        },
        {
            "start": 931603071,
            "stop": 931603086
        },
        {
            "start": 931603093,
            "stop": 931603107
        },
        {
            "start": 931603116,
            "stop": 931603119
        },
        {
            "start": 931603125,
            "stop": 931603126
        },
        {
            "start": 931603131,
            "stop": 931603133
        },
        {
            "start": 931603139,
            "stop": 931603145
        },
        {
            "start": 931603148,
            "stop": 931603161
        },
        {
            "start": 931603167,
            "stop": 931603183
        },
        {
            "start": 931603186,
            "stop": 931603188
        },
        {
            "start": 931603191,
            "stop": 931603200
        },
        {
            "start": 931603203,
            "stop": 931603208
        },
        {
            "start": 931603213,
            "stop": 931603215
        },
        {
            "start": 931603218,
            "stop": 931603229
        }
    ]
}