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=132
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=133",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=131",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 132,
    "results": [
        {
            "start": 1239147835,
            "stop": 1239148445
        },
        {
            "start": 1239148450,
            "stop": 1239148525
        },
        {
            "start": 1239148529,
            "stop": 1239148617
        },
        {
            "start": 1239148621,
            "stop": 1239148696
        },
        {
            "start": 1239148701,
            "stop": 1239148889
        },
        {
            "start": 1239148893,
            "stop": 1239149491
        },
        {
            "start": 1239149494,
            "stop": 1239149520
        },
        {
            "start": 1239149525,
            "stop": 1239149860
        },
        {
            "start": 1239149864,
            "stop": 1239150298
        },
        {
            "start": 1239150302,
            "stop": 1239150395
        },
        {
            "start": 1239150399,
            "stop": 1239150603
        },
        {
            "start": 1239150608,
            "stop": 1239151027
        },
        {
            "start": 1239151032,
            "stop": 1239151109
        },
        {
            "start": 1239151114,
            "stop": 1239151148
        },
        {
            "start": 1239151151,
            "stop": 1239151261
        },
        {
            "start": 1239151265,
            "stop": 1239151579
        },
        {
            "start": 1239151586,
            "stop": 1239152544
        },
        {
            "start": 1239152548,
            "stop": 1239152552
        },
        {
            "start": 1239152556,
            "stop": 1239152557
        },
        {
            "start": 1239152560,
            "stop": 1239152692
        }
    ]
}