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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=445",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=443",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 444,
    "results": [
        {
            "start": 862934482,
            "stop": 862935544
        },
        {
            "start": 862935547,
            "stop": 862937070
        },
        {
            "start": 862937075,
            "stop": 862942194
        },
        {
            "start": 862942504,
            "stop": 862943831
        },
        {
            "start": 862945075,
            "stop": 862946955
        },
        {
            "start": 862948104,
            "stop": 862948194
        },
        {
            "start": 862948494,
            "stop": 862948648
        },
        {
            "start": 862948833,
            "stop": 862948862
        },
        {
            "start": 862948868,
            "stop": 862948870
        },
        {
            "start": 862948878,
            "stop": 862948882
        },
        {
            "start": 862948888,
            "stop": 862948892
        },
        {
            "start": 862948898,
            "stop": 862948905
        },
        {
            "start": 862948910,
            "stop": 862948917
        },
        {
            "start": 862948923,
            "stop": 862949647
        },
        {
            "start": 862949947,
            "stop": 862950273
        },
        {
            "start": 862950588,
            "stop": 862953864
        },
        {
            "start": 862955216,
            "stop": 862957963
        },
        {
            "start": 862958930,
            "stop": 862976646
        },
        {
            "start": 862976756,
            "stop": 862977568
        },
        {
            "start": 862977868,
            "stop": 862981442
        }
    ]
}