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=146
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=147",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=145",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 146,
    "results": [
        {
            "start": 1417205126,
            "stop": 1417245135
        },
        {
            "start": 1417245139,
            "stop": 1417251652
        },
        {
            "start": 1417251657,
            "stop": 1417254354
        },
        {
            "start": 1417254359,
            "stop": 1417267504
        },
        {
            "start": 1417267507,
            "stop": 1417271859
        },
        {
            "start": 1417271864,
            "stop": 1417272669
        },
        {
            "start": 1417296928,
            "stop": 1417306723
        },
        {
            "start": 1417306725,
            "stop": 1417308997
        },
        {
            "start": 1417309001,
            "stop": 1417310574
        },
        {
            "start": 1417310578,
            "stop": 1417316761
        },
        {
            "start": 1417317408,
            "stop": 1417322414
        },
        {
            "start": 1417322419,
            "stop": 1417326386
        },
        {
            "start": 1417326389,
            "stop": 1417334915
        },
        {
            "start": 1417334919,
            "stop": 1417348857
        },
        {
            "start": 1417348862,
            "stop": 1417354141
        },
        {
            "start": 1417354143,
            "stop": 1417365334
        },
        {
            "start": 1417365337,
            "stop": 1417366025
        },
        {
            "start": 1417366030,
            "stop": 1417381737
        },
        {
            "start": 1417381740,
            "stop": 1417382395
        },
        {
            "start": 1417382398,
            "stop": 1417387739
        }
    ]
}