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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=143",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=141",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 142,
    "results": [
        {
            "start": 1258295391,
            "stop": 1258295449
        },
        {
            "start": 1258295452,
            "stop": 1258295714
        },
        {
            "start": 1258295717,
            "stop": 1258296360
        },
        {
            "start": 1258296368,
            "stop": 1258297034
        },
        {
            "start": 1258297037,
            "stop": 1258297078
        },
        {
            "start": 1258297080,
            "stop": 1258297084
        },
        {
            "start": 1258297087,
            "stop": 1258297996
        },
        {
            "start": 1258297999,
            "stop": 1258299918
        },
        {
            "start": 1258299921,
            "stop": 1258300298
        },
        {
            "start": 1258300301,
            "stop": 1258300304
        },
        {
            "start": 1258300307,
            "stop": 1258300325
        },
        {
            "start": 1258300326,
            "stop": 1258300347
        },
        {
            "start": 1258300349,
            "stop": 1258300353
        },
        {
            "start": 1258300354,
            "stop": 1258300356
        },
        {
            "start": 1258300357,
            "stop": 1258300361
        },
        {
            "start": 1258300362,
            "stop": 1258300381
        },
        {
            "start": 1258300382,
            "stop": 1258300394
        },
        {
            "start": 1258300395,
            "stop": 1258301455
        },
        {
            "start": 1258301457,
            "stop": 1258301478
        },
        {
            "start": 1258301481,
            "stop": 1258303340
        }
    ]
}