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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=114",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=112",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 113,
    "results": [
        {
            "start": 1175396805,
            "stop": 1175396806
        },
        {
            "start": 1175396809,
            "stop": 1175396810
        },
        {
            "start": 1175396815,
            "stop": 1175396817
        },
        {
            "start": 1175396819,
            "stop": 1175396820
        },
        {
            "start": 1175396822,
            "stop": 1175396863
        },
        {
            "start": 1175396868,
            "stop": 1175397033
        },
        {
            "start": 1175397038,
            "stop": 1175400524
        },
        {
            "start": 1175400526,
            "stop": 1175400527
        },
        {
            "start": 1175400529,
            "stop": 1175400531
        },
        {
            "start": 1175400533,
            "stop": 1175400534
        },
        {
            "start": 1175400541,
            "stop": 1175400545
        },
        {
            "start": 1175400554,
            "stop": 1175400608
        },
        {
            "start": 1175400611,
            "stop": 1175400674
        },
        {
            "start": 1175400676,
            "stop": 1175400679
        },
        {
            "start": 1175400680,
            "stop": 1175400683
        },
        {
            "start": 1175400684,
            "stop": 1175400763
        },
        {
            "start": 1175400764,
            "stop": 1175400765
        },
        {
            "start": 1175400768,
            "stop": 1175400794
        },
        {
            "start": 1175400798,
            "stop": 1175400868
        },
        {
            "start": 1175400874,
            "stop": 1175400926
        }
    ]
}