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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=1084",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=1082",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1083,
    "results": [
        {
            "start": 1253297390,
            "stop": 1253297857
        },
        {
            "start": 1253297861,
            "stop": 1253298454
        },
        {
            "start": 1253298458,
            "stop": 1253298615
        },
        {
            "start": 1253298619,
            "stop": 1253298668
        },
        {
            "start": 1253298672,
            "stop": 1253298705
        },
        {
            "start": 1253298710,
            "stop": 1253298744
        },
        {
            "start": 1253298749,
            "stop": 1253298837
        },
        {
            "start": 1253298842,
            "stop": 1253298845
        },
        {
            "start": 1253298849,
            "stop": 1253298853
        },
        {
            "start": 1253298858,
            "stop": 1253298859
        },
        {
            "start": 1253298864,
            "stop": 1253298981
        },
        {
            "start": 1253298986,
            "stop": 1253298988
        },
        {
            "start": 1253298993,
            "stop": 1253299038
        },
        {
            "start": 1253299042,
            "stop": 1253299201
        },
        {
            "start": 1253299206,
            "stop": 1253299260
        },
        {
            "start": 1253299265,
            "stop": 1253299297
        },
        {
            "start": 1253299301,
            "stop": 1253299707
        },
        {
            "start": 1253299712,
            "stop": 1253300233
        },
        {
            "start": 1253300238,
            "stop": 1253300289
        },
        {
            "start": 1253300293,
            "stop": 1253300462
        }
    ]
}