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=211
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=212",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=210",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 211,
    "results": [
        {
            "start": 931670367,
            "stop": 931670368
        },
        {
            "start": 931670375,
            "stop": 931670390
        },
        {
            "start": 931670393,
            "stop": 931670400
        },
        {
            "start": 931670403,
            "stop": 931670407
        },
        {
            "start": 931670410,
            "stop": 931670413
        },
        {
            "start": 931670419,
            "stop": 931670424
        },
        {
            "start": 931670426,
            "stop": 931670434
        },
        {
            "start": 931670437,
            "stop": 931670441
        },
        {
            "start": 931670444,
            "stop": 931670450
        },
        {
            "start": 931670453,
            "stop": 931670460
        },
        {
            "start": 931670467,
            "stop": 931670471
        },
        {
            "start": 931670474,
            "stop": 931670475
        },
        {
            "start": 931670478,
            "stop": 931670484
        },
        {
            "start": 931670487,
            "stop": 931670492
        },
        {
            "start": 931670495,
            "stop": 931670513
        },
        {
            "start": 931670516,
            "stop": 931670520
        },
        {
            "start": 931670527,
            "stop": 931670528
        },
        {
            "start": 931670531,
            "stop": 931670540
        },
        {
            "start": 931670543,
            "stop": 931670547
        },
        {
            "start": 931670550,
            "stop": 931670563
        }
    ]
}