Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=57
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=58",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=56",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 57,
    "results": [
        {
            "start": 1262695353,
            "stop": 1262695431
        },
        {
            "start": 1262695433,
            "stop": 1262695584
        },
        {
            "start": 1262695586,
            "stop": 1262695719
        },
        {
            "start": 1262695721,
            "stop": 1262695722
        },
        {
            "start": 1262695725,
            "stop": 1262695730
        },
        {
            "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
        }
    ]
}