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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=283",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=281",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 282,
    "results": [
        {
            "start": 1181092499,
            "stop": 1181092539
        },
        {
            "start": 1181092540,
            "stop": 1181092641
        },
        {
            "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
        }
    ]
}