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=291
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=292",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=290",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 291,
    "results": [
        {
            "start": 1175089184,
            "stop": 1175090191
        },
        {
            "start": 1175090193,
            "stop": 1175091236
        },
        {
            "start": 1175091238,
            "stop": 1175092544
        },
        {
            "start": 1175092546,
            "stop": 1175092677
        },
        {
            "start": 1175092681,
            "stop": 1175093708
        },
        {
            "start": 1175093710,
            "stop": 1175094981
        },
        {
            "start": 1175094983,
            "stop": 1175096165
        },
        {
            "start": 1175096167,
            "stop": 1175097383
        },
        {
            "start": 1175097385,
            "stop": 1175098656
        },
        {
            "start": 1175098658,
            "stop": 1175099617
        },
        {
            "start": 1175099619,
            "stop": 1175100729
        },
        {
            "start": 1175100731,
            "stop": 1175102020
        },
        {
            "start": 1175102022,
            "stop": 1175103173
        },
        {
            "start": 1175103175,
            "stop": 1175104360
        },
        {
            "start": 1175104362,
            "stop": 1175105486
        },
        {
            "start": 1175105488,
            "stop": 1175107050
        },
        {
            "start": 1175107052,
            "stop": 1175109066
        },
        {
            "start": 1175109068,
            "stop": 1175110716
        },
        {
            "start": 1175114441,
            "stop": 1175115502
        },
        {
            "start": 1175124886,
            "stop": 1175125020
        }
    ]
}