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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=306",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=304",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 305,
    "results": [
        {
            "start": 1175466736,
            "stop": 1175467589
        },
        {
            "start": 1175467593,
            "stop": 1175468620
        },
        {
            "start": 1175468622,
            "stop": 1175470372
        },
        {
            "start": 1175470374,
            "stop": 1175471992
        },
        {
            "start": 1175471994,
            "stop": 1175473253
        },
        {
            "start": 1175473255,
            "stop": 1175473904
        },
        {
            "start": 1175473908,
            "stop": 1175474176
        },
        {
            "start": 1175474342,
            "stop": 1175475399
        },
        {
            "start": 1175475401,
            "stop": 1175476104
        },
        {
            "start": 1175476106,
            "stop": 1175477331
        },
        {
            "start": 1175477333,
            "stop": 1175477933
        },
        {
            "start": 1175477937,
            "stop": 1175478720
        },
        {
            "start": 1175478722,
            "stop": 1175479982
        },
        {
            "start": 1175479984,
            "stop": 1175480684
        },
        {
            "start": 1175480688,
            "stop": 1175481226
        },
        {
            "start": 1175481228,
            "stop": 1175482205
        },
        {
            "start": 1175553513,
            "stop": 1175554191
        },
        {
            "start": 1175554193,
            "stop": 1175555548
        },
        {
            "start": 1175555550,
            "stop": 1175556551
        },
        {
            "start": 1175556553,
            "stop": 1175557501
        }
    ]
}