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=284
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=285",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=283",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 284,
    "results": [
        {
            "start": 1245175115,
            "stop": 1245175765
        },
        {
            "start": 1245175767,
            "stop": 1245175779
        },
        {
            "start": 1245175782,
            "stop": 1245175784
        },
        {
            "start": 1245175788,
            "stop": 1245180093
        },
        {
            "start": 1245180365,
            "stop": 1245182425
        },
        {
            "start": 1245191814,
            "stop": 1245200580
        },
        {
            "start": 1245200582,
            "stop": 1245228469
        },
        {
            "start": 1245236554,
            "stop": 1245243908
        },
        {
            "start": 1245243909,
            "stop": 1245244434
        },
        {
            "start": 1245256972,
            "stop": 1245278950
        },
        {
            "start": 1245292147,
            "stop": 1245296221
        },
        {
            "start": 1245307090,
            "stop": 1245329037
        },
        {
            "start": 1245332578,
            "stop": 1245342368
        },
        {
            "start": 1245342369,
            "stop": 1245365406
        },
        {
            "start": 1245365407,
            "stop": 1245369081
        },
        {
            "start": 1245403400,
            "stop": 1245406788
        },
        {
            "start": 1245409221,
            "stop": 1245409486
        },
        {
            "start": 1245409487,
            "stop": 1245410666
        },
        {
            "start": 1245410667,
            "stop": 1245413986
        },
        {
            "start": 1245413987,
            "stop": 1245414540
        }
    ]
}