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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=117",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=115",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 116,
    "results": [
        {
            "start": 1239863953,
            "stop": 1239864071
        },
        {
            "start": 1239864073,
            "stop": 1239864191
        },
        {
            "start": 1239864193,
            "stop": 1239864311
        },
        {
            "start": 1239864313,
            "stop": 1239864431
        },
        {
            "start": 1239864433,
            "stop": 1239864551
        },
        {
            "start": 1239864553,
            "stop": 1239864671
        },
        {
            "start": 1239864673,
            "stop": 1239864791
        },
        {
            "start": 1239864793,
            "stop": 1239864911
        },
        {
            "start": 1239864913,
            "stop": 1239865031
        },
        {
            "start": 1239865033,
            "stop": 1239865151
        },
        {
            "start": 1239865153,
            "stop": 1239865271
        },
        {
            "start": 1239865273,
            "stop": 1239865391
        },
        {
            "start": 1239865393,
            "stop": 1239865511
        },
        {
            "start": 1239865513,
            "stop": 1239865631
        },
        {
            "start": 1239865633,
            "stop": 1239865751
        },
        {
            "start": 1239865753,
            "stop": 1239865871
        },
        {
            "start": 1239865873,
            "stop": 1239865991
        },
        {
            "start": 1239865993,
            "stop": 1239866111
        },
        {
            "start": 1239866113,
            "stop": 1239866231
        },
        {
            "start": 1239866233,
            "stop": 1239866351
        }
    ]
}