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=137
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=138",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=136",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 137,
    "results": [
        {
            "start": 1415673578,
            "stop": 1415678679
        },
        {
            "start": 1415678684,
            "stop": 1415685548
        },
        {
            "start": 1415698425,
            "stop": 1415706197
        },
        {
            "start": 1415706202,
            "stop": 1415709260
        },
        {
            "start": 1415709262,
            "stop": 1415712726
        },
        {
            "start": 1415712739,
            "stop": 1415718944
        },
        {
            "start": 1415719094,
            "stop": 1415725071
        },
        {
            "start": 1415725074,
            "stop": 1415726852
        },
        {
            "start": 1415726857,
            "stop": 1415727572
        },
        {
            "start": 1415727575,
            "stop": 1415732351
        },
        {
            "start": 1415735045,
            "stop": 1415743073
        },
        {
            "start": 1415743577,
            "stop": 1415756503
        },
        {
            "start": 1415756508,
            "stop": 1415775235
        },
        {
            "start": 1415775236,
            "stop": 1415789732
        },
        {
            "start": 1415789737,
            "stop": 1415793822
        },
        {
            "start": 1415793825,
            "stop": 1415805315
        },
        {
            "start": 1415805320,
            "stop": 1415805741
        },
        {
            "start": 1415805742,
            "stop": 1415808440
        },
        {
            "start": 1415808443,
            "stop": 1415817696
        },
        {
            "start": 1415817699,
            "stop": 1415825129
        }
    ]
}