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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=258",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=256",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 257,
    "results": [
        {
            "start": 1262695731,
            "stop": 1262695732
        },
        {
            "start": 1262695734,
            "stop": 1262695746
        },
        {
            "start": 1262695748,
            "stop": 1262695752
        },
        {
            "start": 1262695756,
            "stop": 1262695900
        },
        {
            "start": 1262695903,
            "stop": 1262696004
        },
        {
            "start": 1262696006,
            "stop": 1262696017
        },
        {
            "start": 1262696020,
            "stop": 1262696047
        },
        {
            "start": 1262696050,
            "stop": 1262696054
        },
        {
            "start": 1262696057,
            "stop": 1262696108
        },
        {
            "start": 1262696110,
            "stop": 1262696152
        },
        {
            "start": 1262696155,
            "stop": 1262696238
        },
        {
            "start": 1262696240,
            "stop": 1262696302
        },
        {
            "start": 1262696306,
            "stop": 1262696329
        },
        {
            "start": 1262696331,
            "stop": 1262696381
        },
        {
            "start": 1262696383,
            "stop": 1262696401
        },
        {
            "start": 1262696404,
            "stop": 1262696424
        },
        {
            "start": 1262696431,
            "stop": 1262696432
        },
        {
            "start": 1262696433,
            "stop": 1262696434
        },
        {
            "start": 1262696435,
            "stop": 1262696520
        },
        {
            "start": 1262696521,
            "stop": 1262696572
        }
    ]
}