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=3429
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=3430",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=3428",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3429,
    "results": [
        {
            "start": 969696279,
            "stop": 969697019
        },
        {
            "start": 969697020,
            "stop": 969698110
        },
        {
            "start": 969698161,
            "stop": 969698166
        },
        {
            "start": 969698172,
            "stop": 969698195
        },
        {
            "start": 969698216,
            "stop": 969698295
        },
        {
            "start": 969698306,
            "stop": 969698671
        },
        {
            "start": 969698692,
            "stop": 969698703
        },
        {
            "start": 969698724,
            "stop": 969698766
        },
        {
            "start": 969698787,
            "stop": 969698807
        },
        {
            "start": 969698828,
            "stop": 969698852
        },
        {
            "start": 969698902,
            "stop": 969699234
        },
        {
            "start": 969699255,
            "stop": 969699284
        },
        {
            "start": 969699326,
            "stop": 969699334
        },
        {
            "start": 969699340,
            "stop": 969699344
        },
        {
            "start": 969699365,
            "stop": 969699380
        },
        {
            "start": 969699401,
            "stop": 969699402
        },
        {
            "start": 969699408,
            "stop": 969700148
        },
        {
            "start": 969700169,
            "stop": 969700175
        },
        {
            "start": 969700216,
            "stop": 969700219
        },
        {
            "start": 969700240,
            "stop": 969700251
        }
    ]
}