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=277
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=278",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=276",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 277,
    "results": [
        {
            "start": 1244578497,
            "stop": 1244579595
        },
        {
            "start": 1244579597,
            "stop": 1244579602
        },
        {
            "start": 1244579603,
            "stop": 1244579606
        },
        {
            "start": 1244579613,
            "stop": 1244579615
        },
        {
            "start": 1244579617,
            "stop": 1244579618
        },
        {
            "start": 1244579620,
            "stop": 1244579624
        },
        {
            "start": 1244579625,
            "stop": 1244579630
        },
        {
            "start": 1244579631,
            "stop": 1244579637
        },
        {
            "start": 1244579639,
            "stop": 1244579644
        },
        {
            "start": 1244579646,
            "stop": 1244580419
        },
        {
            "start": 1244580420,
            "stop": 1244585925
        },
        {
            "start": 1244585927,
            "stop": 1244592400
        },
        {
            "start": 1244592401,
            "stop": 1244605925
        },
        {
            "start": 1244608791,
            "stop": 1244641101
        },
        {
            "start": 1244641102,
            "stop": 1244641250
        },
        {
            "start": 1244641251,
            "stop": 1244646457
        },
        {
            "start": 1244646458,
            "stop": 1244654709
        },
        {
            "start": 1244654711,
            "stop": 1244667057
        },
        {
            "start": 1244667058,
            "stop": 1244667069
        },
        {
            "start": 1244667070,
            "stop": 1244667241
        }
    ]
}