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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=427",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=425",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 426,
    "results": [
        {
            "start": 941772803,
            "stop": 941780133
        },
        {
            "start": 941780134,
            "stop": 941799377
        },
        {
            "start": 941805858,
            "stop": 941812214
        },
        {
            "start": 941812215,
            "stop": 941813817
        },
        {
            "start": 941813819,
            "stop": 941815110
        },
        {
            "start": 941815111,
            "stop": 941815278
        },
        {
            "start": 941815280,
            "stop": 941815297
        },
        {
            "start": 941815304,
            "stop": 941815349
        },
        {
            "start": 941815352,
            "stop": 941815367
        },
        {
            "start": 941815370,
            "stop": 941815371
        },
        {
            "start": 941817296,
            "stop": 941819418
        },
        {
            "start": 941837459,
            "stop": 941838001
        },
        {
            "start": 941838004,
            "stop": 941839219
        },
        {
            "start": 941842909,
            "stop": 941845362
        },
        {
            "start": 941845365,
            "stop": 941853405
        },
        {
            "start": 941853406,
            "stop": 941854067
        },
        {
            "start": 941861494,
            "stop": 941862026
        },
        {
            "start": 941862028,
            "stop": 941865892
        },
        {
            "start": 941865894,
            "stop": 941865919
        },
        {
            "start": 941865921,
            "stop": 941870526
        }
    ]
}