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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=27",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=25",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 26,
    "results": [
        {
            "start": 1127403695,
            "stop": 1127409075
        },
        {
            "start": 1127409082,
            "stop": 1127418383
        },
        {
            "start": 1127418390,
            "stop": 1127420057
        },
        {
            "start": 1127420957,
            "stop": 1127421077
        },
        {
            "start": 1127421317,
            "stop": 1127421497
        },
        {
            "start": 1127421917,
            "stop": 1127421977
        },
        {
            "start": 1127422397,
            "stop": 1127422457
        },
        {
            "start": 1127422517,
            "stop": 1127422577
        },
        {
            "start": 1127422637,
            "stop": 1127423117
        },
        {
            "start": 1127423177,
            "stop": 1127423718
        },
        {
            "start": 1127423726,
            "stop": 1127423837
        },
        {
            "start": 1127423957,
            "stop": 1127424197
        },
        {
            "start": 1127424257,
            "stop": 1127425277
        },
        {
            "start": 1127425337,
            "stop": 1127427137
        },
        {
            "start": 1127427197,
            "stop": 1127427748
        },
        {
            "start": 1127427750,
            "stop": 1127428157
        },
        {
            "start": 1127428217,
            "stop": 1127428457
        },
        {
            "start": 1127428517,
            "stop": 1127435297
        },
        {
            "start": 1127435357,
            "stop": 1127436377
        },
        {
            "start": 1127436617,
            "stop": 1127436677
        }
    ]
}