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=66
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=67",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=65",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 66,
    "results": [
        {
            "start": 817306029,
            "stop": 817306110
        },
        {
            "start": 817307070,
            "stop": 817307120
        },
        {
            "start": 817307123,
            "stop": 817307167
        },
        {
            "start": 817307170,
            "stop": 817307206
        },
        {
            "start": 817307209,
            "stop": 817307392
        },
        {
            "start": 817307396,
            "stop": 817307495
        },
        {
            "start": 817307498,
            "stop": 817307563
        },
        {
            "start": 817307572,
            "stop": 817307789
        },
        {
            "start": 817307793,
            "stop": 817307888
        },
        {
            "start": 817307891,
            "stop": 817308011
        },
        {
            "start": 817308016,
            "stop": 817308135
        },
        {
            "start": 817308138,
            "stop": 817308195
        },
        {
            "start": 817308198,
            "stop": 817308223
        },
        {
            "start": 817308226,
            "stop": 817308301
        },
        {
            "start": 817308307,
            "stop": 817308382
        },
        {
            "start": 817308387,
            "stop": 817308498
        },
        {
            "start": 817352726,
            "stop": 817353079
        },
        {
            "start": 817353082,
            "stop": 817353135
        },
        {
            "start": 817353271,
            "stop": 817353385
        },
        {
            "start": 817353388,
            "stop": 817354678
        }
    ]
}