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=16793
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=16794",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16792",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16793,
    "results": [
        {
            "start": 875119866,
            "stop": 875119924
        },
        {
            "start": 875119925,
            "stop": 875119963
        },
        {
            "start": 875119965,
            "stop": 875119996
        },
        {
            "start": 875119999,
            "stop": 875120016
        },
        {
            "start": 875120017,
            "stop": 875120049
        },
        {
            "start": 875120052,
            "stop": 875120084
        },
        {
            "start": 875120085,
            "stop": 875120122
        },
        {
            "start": 875120123,
            "stop": 875120202
        },
        {
            "start": 875120203,
            "stop": 875120319
        },
        {
            "start": 875120320,
            "stop": 875120416
        },
        {
            "start": 875120417,
            "stop": 875120425
        },
        {
            "start": 875120426,
            "stop": 875120427
        },
        {
            "start": 875120429,
            "stop": 875120603
        },
        {
            "start": 875120604,
            "stop": 875120663
        },
        {
            "start": 875120664,
            "stop": 875120669
        },
        {
            "start": 875120671,
            "stop": 875120768
        },
        {
            "start": 875120769,
            "stop": 875120771
        },
        {
            "start": 875120773,
            "stop": 875120851
        },
        {
            "start": 875120852,
            "stop": 875120853
        },
        {
            "start": 875120854,
            "stop": 875121076
        }
    ]
}