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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16717",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16715",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16716,
    "results": [
        {
            "start": 875008163,
            "stop": 875008169
        },
        {
            "start": 875008170,
            "stop": 875008187
        },
        {
            "start": 875008190,
            "stop": 875008194
        },
        {
            "start": 875008200,
            "stop": 875008201
        },
        {
            "start": 875008205,
            "stop": 875008206
        },
        {
            "start": 875008219,
            "stop": 875008228
        },
        {
            "start": 875008231,
            "stop": 875008232
        },
        {
            "start": 875008248,
            "stop": 875008255
        },
        {
            "start": 875008260,
            "stop": 875008264
        },
        {
            "start": 875008265,
            "stop": 875008266
        },
        {
            "start": 875008276,
            "stop": 875008280
        },
        {
            "start": 875008283,
            "stop": 875008290
        },
        {
            "start": 875008297,
            "stop": 875008307
        },
        {
            "start": 875008308,
            "stop": 875008423
        },
        {
            "start": 875008425,
            "stop": 875008426
        },
        {
            "start": 875008430,
            "stop": 875008501
        },
        {
            "start": 875008504,
            "stop": 875008538
        },
        {
            "start": 875008542,
            "stop": 875008580
        },
        {
            "start": 875008581,
            "stop": 875008590
        },
        {
            "start": 875008591,
            "stop": 875008599
        }
    ]
}