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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_BURST_CAT2/segments?format=api&page=54",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/V1_BURST_CAT2/segments?format=api&page=52",
    "results_count": 1192,
    "results_per_page": 20,
    "num_pages": 60,
    "page_number": 53,
    "results": [
        {
            "start": 1266841407,
            "stop": 1266841763
        },
        {
            "start": 1266864643,
            "stop": 1266867296
        },
        {
            "start": 1266867316,
            "stop": 1266873768
        },
        {
            "start": 1266876127,
            "stop": 1266881379
        },
        {
            "start": 1266881596,
            "stop": 1266886076
        },
        {
            "start": 1266887454,
            "stop": 1266887738
        },
        {
            "start": 1266889230,
            "stop": 1266898426
        },
        {
            "start": 1266899412,
            "stop": 1266911740
        },
        {
            "start": 1266929570,
            "stop": 1266935261
        },
        {
            "start": 1266940117,
            "stop": 1267039717
        },
        {
            "start": 1267039726,
            "stop": 1267039748
        },
        {
            "start": 1267043144,
            "stop": 1267099811
        },
        {
            "start": 1267100215,
            "stop": 1267126533
        },
        {
            "start": 1267128321,
            "stop": 1267128521
        },
        {
            "start": 1267138375,
            "stop": 1267176123
        },
        {
            "start": 1267176251,
            "stop": 1267177534
        },
        {
            "start": 1267180069,
            "stop": 1267180552
        },
        {
            "start": 1267180691,
            "stop": 1267193646
        },
        {
            "start": 1267198238,
            "stop": 1267199594
        },
        {
            "start": 1267202023,
            "stop": 1267204019
        }
    ]
}