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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=88",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=86",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 87,
    "results": [
        {
            "start": 1175444206,
            "stop": 1175444207
        },
        {
            "start": 1175444208,
            "stop": 1175444211
        },
        {
            "start": 1175444212,
            "stop": 1175444213
        },
        {
            "start": 1175444214,
            "stop": 1175444220
        },
        {
            "start": 1175444221,
            "stop": 1175444298
        },
        {
            "start": 1175444299,
            "stop": 1175444301
        },
        {
            "start": 1175444303,
            "stop": 1175446536
        },
        {
            "start": 1175446538,
            "stop": 1175452306
        },
        {
            "start": 1175452310,
            "stop": 1175452311
        },
        {
            "start": 1175452312,
            "stop": 1175452805
        },
        {
            "start": 1175452810,
            "stop": 1175454158
        },
        {
            "start": 1175454159,
            "stop": 1175454212
        },
        {
            "start": 1175454213,
            "stop": 1175454214
        },
        {
            "start": 1175454218,
            "stop": 1175454256
        },
        {
            "start": 1175454261,
            "stop": 1175454278
        },
        {
            "start": 1175454279,
            "stop": 1175454398
        },
        {
            "start": 1175454408,
            "stop": 1175454633
        },
        {
            "start": 1175454649,
            "stop": 1175454650
        },
        {
            "start": 1175454651,
            "stop": 1175454837
        },
        {
            "start": 1175454838,
            "stop": 1175454976
        }
    ]
}