Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=326
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=327",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=325",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 326,
    "results": [
        {
            "start": 1181092642,
            "stop": 1181092644
        },
        {
            "start": 1181092646,
            "stop": 1181092669
        },
        {
            "start": 1181092670,
            "stop": 1181092861
        },
        {
            "start": 1181092862,
            "stop": 1181092910
        },
        {
            "start": 1181092913,
            "stop": 1181093144
        },
        {
            "start": 1181093145,
            "stop": 1181093152
        },
        {
            "start": 1181093154,
            "stop": 1181093155
        },
        {
            "start": 1181093156,
            "stop": 1181093924
        },
        {
            "start": 1181093927,
            "stop": 1181095766
        },
        {
            "start": 1181095767,
            "stop": 1181099834
        },
        {
            "start": 1181099835,
            "stop": 1181101922
        },
        {
            "start": 1181101923,
            "stop": 1181102158
        },
        {
            "start": 1181102159,
            "stop": 1181102188
        },
        {
            "start": 1181102191,
            "stop": 1181102193
        },
        {
            "start": 1181102195,
            "stop": 1181102292
        },
        {
            "start": 1181102293,
            "stop": 1181102294
        },
        {
            "start": 1181102295,
            "stop": 1181102298
        },
        {
            "start": 1181102299,
            "stop": 1181102301
        },
        {
            "start": 1181102302,
            "stop": 1181102351
        },
        {
            "start": 1181102352,
            "stop": 1181102394
        }
    ]
}