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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=296",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=294",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 295,
    "results": [
        {
            "start": 1246830672,
            "stop": 1246830673
        },
        {
            "start": 1246830677,
            "stop": 1246830678
        },
        {
            "start": 1246830686,
            "stop": 1246830720
        },
        {
            "start": 1246830721,
            "stop": 1246830884
        },
        {
            "start": 1246830885,
            "stop": 1246830886
        },
        {
            "start": 1246830887,
            "stop": 1246831012
        },
        {
            "start": 1246831013,
            "stop": 1246831017
        },
        {
            "start": 1246831018,
            "stop": 1246831019
        },
        {
            "start": 1246831020,
            "stop": 1246831165
        },
        {
            "start": 1246831166,
            "stop": 1246831167
        },
        {
            "start": 1246831171,
            "stop": 1246831197
        },
        {
            "start": 1246831199,
            "stop": 1246831201
        },
        {
            "start": 1246831202,
            "stop": 1246831277
        },
        {
            "start": 1246831278,
            "stop": 1246831421
        },
        {
            "start": 1246831423,
            "stop": 1246831427
        },
        {
            "start": 1246831428,
            "stop": 1246831435
        },
        {
            "start": 1246831436,
            "stop": 1246831440
        },
        {
            "start": 1246831444,
            "stop": 1246831572
        },
        {
            "start": 1246831573,
            "stop": 1246831583
        },
        {
            "start": 1246831584,
            "stop": 1246831585
        }
    ]
}