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=287
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=288",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=286",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 287,
    "results": [
        {
            "start": 1245712886,
            "stop": 1245721782
        },
        {
            "start": 1245721783,
            "stop": 1245722532
        },
        {
            "start": 1245722534,
            "stop": 1245723168
        },
        {
            "start": 1245723171,
            "stop": 1245723173
        },
        {
            "start": 1245723175,
            "stop": 1245723176
        },
        {
            "start": 1245723177,
            "stop": 1245723248
        },
        {
            "start": 1245723249,
            "stop": 1245723294
        },
        {
            "start": 1245723295,
            "stop": 1245723296
        },
        {
            "start": 1245723297,
            "stop": 1245723303
        },
        {
            "start": 1245723305,
            "stop": 1245723782
        },
        {
            "start": 1245723785,
            "stop": 1245723793
        },
        {
            "start": 1245723796,
            "stop": 1245723806
        },
        {
            "start": 1245723809,
            "stop": 1245723810
        },
        {
            "start": 1245723811,
            "stop": 1245723816
        },
        {
            "start": 1245723818,
            "stop": 1245723823
        },
        {
            "start": 1245723824,
            "stop": 1245723899
        },
        {
            "start": 1245723906,
            "stop": 1245723908
        },
        {
            "start": 1245723909,
            "stop": 1245723910
        },
        {
            "start": 1245723913,
            "stop": 1245723915
        },
        {
            "start": 1245723917,
            "stop": 1245723918
        }
    ]
}