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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_CBC_CAT3/segments?format=api&page=29",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_CBC_CAT3/segments?format=api&page=27",
    "results_count": 1350,
    "results_per_page": 20,
    "num_pages": 68,
    "page_number": 28,
    "results": [
        {
            "start": 1242676244,
            "stop": 1242679220
        },
        {
            "start": 1242679228,
            "stop": 1242679252
        },
        {
            "start": 1242688948,
            "stop": 1242698552
        },
        {
            "start": 1242699750,
            "stop": 1242718452
        },
        {
            "start": 1242718503,
            "stop": 1242722133
        },
        {
            "start": 1242724309,
            "stop": 1242786749
        },
        {
            "start": 1242787932,
            "stop": 1242811795
        },
        {
            "start": 1242812131,
            "stop": 1242817623
        },
        {
            "start": 1242817624,
            "stop": 1242817625
        },
        {
            "start": 1242817626,
            "stop": 1242817627
        },
        {
            "start": 1242819740,
            "stop": 1242820903
        },
        {
            "start": 1242822055,
            "stop": 1242824523
        },
        {
            "start": 1242825720,
            "stop": 1242855316
        },
        {
            "start": 1242855332,
            "stop": 1242857957
        },
        {
            "start": 1242858060,
            "stop": 1242858204
        },
        {
            "start": 1242858411,
            "stop": 1242866708
        },
        {
            "start": 1242866728,
            "stop": 1242890460
        },
        {
            "start": 1242890476,
            "stop": 1242890867
        },
        {
            "start": 1242942461,
            "stop": 1242943765
        },
        {
            "start": 1242944804,
            "stop": 1242956168
        }
    ]
}