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=298
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=299",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=297",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 298,
    "results": [
        {
            "start": 1175241069,
            "stop": 1175241106
        },
        {
            "start": 1175241108,
            "stop": 1175241137
        },
        {
            "start": 1175241139,
            "stop": 1175241161
        },
        {
            "start": 1175241163,
            "stop": 1175241195
        },
        {
            "start": 1175241197,
            "stop": 1175241255
        },
        {
            "start": 1175241257,
            "stop": 1175241282
        },
        {
            "start": 1175255184,
            "stop": 1175255517
        },
        {
            "start": 1175255519,
            "stop": 1175256585
        },
        {
            "start": 1175256587,
            "stop": 1175257794
        },
        {
            "start": 1175257796,
            "stop": 1175258686
        },
        {
            "start": 1175258688,
            "stop": 1175259706
        },
        {
            "start": 1175259708,
            "stop": 1175261004
        },
        {
            "start": 1175261006,
            "stop": 1175262208
        },
        {
            "start": 1175262210,
            "stop": 1175263508
        },
        {
            "start": 1175263510,
            "stop": 1175264662
        },
        {
            "start": 1175264664,
            "stop": 1175265961
        },
        {
            "start": 1175265963,
            "stop": 1175267171
        },
        {
            "start": 1175267173,
            "stop": 1175268562
        },
        {
            "start": 1175268564,
            "stop": 1175269792
        },
        {
            "start": 1175269794,
            "stop": 1175270151
        }
    ]
}