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=265
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=266",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=264",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 265,
    "results": [
        {
            "start": 1174412467,
            "stop": 1174413910
        },
        {
            "start": 1174413912,
            "stop": 1174415089
        },
        {
            "start": 1174415091,
            "stop": 1174416619
        },
        {
            "start": 1174416621,
            "stop": 1174417791
        },
        {
            "start": 1174417793,
            "stop": 1174419133
        },
        {
            "start": 1174419135,
            "stop": 1174420517
        },
        {
            "start": 1174423591,
            "stop": 1174423704
        },
        {
            "start": 1174423706,
            "stop": 1174424575
        },
        {
            "start": 1174424579,
            "stop": 1174425636
        },
        {
            "start": 1174425638,
            "stop": 1174427004
        },
        {
            "start": 1174427006,
            "stop": 1174428383
        },
        {
            "start": 1174428385,
            "stop": 1174430031
        },
        {
            "start": 1174430033,
            "stop": 1174431725
        },
        {
            "start": 1174431727,
            "stop": 1174431999
        },
        {
            "start": 1174432003,
            "stop": 1174433048
        },
        {
            "start": 1174433050,
            "stop": 1174434435
        },
        {
            "start": 1174434437,
            "stop": 1174435390
        },
        {
            "start": 1174435392,
            "stop": 1174436887
        },
        {
            "start": 1174436889,
            "stop": 1174437949
        },
        {
            "start": 1174437951,
            "stop": 1174439227
        }
    ]
}