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=264
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=265",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=263",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 264,
    "results": [
        {
            "start": 1174389555,
            "stop": 1174390681
        },
        {
            "start": 1174390683,
            "stop": 1174391779
        },
        {
            "start": 1174391781,
            "stop": 1174392972
        },
        {
            "start": 1174392974,
            "stop": 1174393712
        },
        {
            "start": 1174393714,
            "stop": 1174394666
        },
        {
            "start": 1174394668,
            "stop": 1174396055
        },
        {
            "start": 1174396057,
            "stop": 1174397396
        },
        {
            "start": 1174397398,
            "stop": 1174398616
        },
        {
            "start": 1174398618,
            "stop": 1174399913
        },
        {
            "start": 1174399915,
            "stop": 1174401119
        },
        {
            "start": 1174401121,
            "stop": 1174402443
        },
        {
            "start": 1174402445,
            "stop": 1174403630
        },
        {
            "start": 1174403632,
            "stop": 1174403874
        },
        {
            "start": 1174403878,
            "stop": 1174404643
        },
        {
            "start": 1174407251,
            "stop": 1174407425
        },
        {
            "start": 1174407427,
            "stop": 1174408636
        },
        {
            "start": 1174408638,
            "stop": 1174409927
        },
        {
            "start": 1174409929,
            "stop": 1174410615
        },
        {
            "start": 1174410619,
            "stop": 1174411170
        },
        {
            "start": 1174411172,
            "stop": 1174412465
        }
    ]
}