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=258
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=259",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=257",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 258,
    "results": [
        {
            "start": 931680059,
            "stop": 931680063
        },
        {
            "start": 931680070,
            "stop": 931680073
        },
        {
            "start": 931680081,
            "stop": 931680084
        },
        {
            "start": 931680089,
            "stop": 931680092
        },
        {
            "start": 931680099,
            "stop": 931680100
        },
        {
            "start": 931680106,
            "stop": 931680109
        },
        {
            "start": 931680112,
            "stop": 931680115
        },
        {
            "start": 931680128,
            "stop": 931680129
        },
        {
            "start": 931680132,
            "stop": 931680136
        },
        {
            "start": 931680141,
            "stop": 931680142
        },
        {
            "start": 931680145,
            "stop": 931680150
        },
        {
            "start": 931680153,
            "stop": 931680156
        },
        {
            "start": 931680159,
            "stop": 931680161
        },
        {
            "start": 931680164,
            "stop": 931680166
        },
        {
            "start": 931680169,
            "stop": 931680171
        },
        {
            "start": 931680174,
            "stop": 931680177
        },
        {
            "start": 931680184,
            "stop": 931680192
        },
        {
            "start": 931680198,
            "stop": 931680199
        },
        {
            "start": 931680202,
            "stop": 931680203
        },
        {
            "start": 931680206,
            "stop": 931680212
        }
    ]
}