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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=106",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=104",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 105,
    "results": [
        {
            "start": 817853921,
            "stop": 817853973
        },
        {
            "start": 817853977,
            "stop": 817853980
        },
        {
            "start": 817853983,
            "stop": 817854016
        },
        {
            "start": 817854020,
            "stop": 817854032
        },
        {
            "start": 817854036,
            "stop": 817854055
        },
        {
            "start": 817854058,
            "stop": 817854080
        },
        {
            "start": 817854090,
            "stop": 817854091
        },
        {
            "start": 817854094,
            "stop": 817854158
        },
        {
            "start": 817854161,
            "stop": 817854184
        },
        {
            "start": 817854190,
            "stop": 817854211
        },
        {
            "start": 817854214,
            "stop": 817854229
        },
        {
            "start": 817854234,
            "stop": 817854236
        },
        {
            "start": 817854240,
            "stop": 817854266
        },
        {
            "start": 817854270,
            "stop": 817854310
        },
        {
            "start": 817854317,
            "stop": 817854350
        },
        {
            "start": 817854353,
            "stop": 817854401
        },
        {
            "start": 817854404,
            "stop": 817854446
        },
        {
            "start": 817854451,
            "stop": 817854458
        },
        {
            "start": 817854465,
            "stop": 817854496
        },
        {
            "start": 817854499,
            "stop": 817854516
        }
    ]
}