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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=168",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=166",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 167,
    "results": [
        {
            "start": 1420901641,
            "stop": 1420901643
        },
        {
            "start": 1420901682,
            "stop": 1420901683
        },
        {
            "start": 1420924737,
            "stop": 1420924869
        },
        {
            "start": 1420924874,
            "stop": 1420925908
        },
        {
            "start": 1420925911,
            "stop": 1420929724
        },
        {
            "start": 1420929727,
            "stop": 1420941041
        },
        {
            "start": 1420950665,
            "stop": 1420951109
        },
        {
            "start": 1420951114,
            "stop": 1420952390
        },
        {
            "start": 1420952393,
            "stop": 1420957295
        },
        {
            "start": 1420957296,
            "stop": 1420962440
        },
        {
            "start": 1420987729,
            "stop": 1420994525
        },
        {
            "start": 1420994528,
            "stop": 1420995590
        },
        {
            "start": 1421000071,
            "stop": 1421000986
        },
        {
            "start": 1421000991,
            "stop": 1421006684
        },
        {
            "start": 1421006687,
            "stop": 1421028314
        },
        {
            "start": 1421028318,
            "stop": 1421035595
        },
        {
            "start": 1421035598,
            "stop": 1421043032
        },
        {
            "start": 1421043035,
            "stop": 1421050881
        },
        {
            "start": 1421050884,
            "stop": 1421079551
        },
        {
            "start": 1421079555,
            "stop": 1421080240
        }
    ]
}