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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40897",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40895",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40896,
    "results": [
        {
            "start": 875082336,
            "stop": 875082437
        },
        {
            "start": 875082438,
            "stop": 875082484
        },
        {
            "start": 875082485,
            "stop": 875082502
        },
        {
            "start": 875082503,
            "stop": 875082560
        },
        {
            "start": 875082562,
            "stop": 875082615
        },
        {
            "start": 875082617,
            "stop": 875082672
        },
        {
            "start": 875082674,
            "stop": 875082675
        },
        {
            "start": 875082676,
            "stop": 875082697
        },
        {
            "start": 875082698,
            "stop": 875082770
        },
        {
            "start": 875082771,
            "stop": 875082803
        },
        {
            "start": 875082804,
            "stop": 875082867
        },
        {
            "start": 875082868,
            "stop": 875082973
        },
        {
            "start": 875082975,
            "stop": 875083058
        },
        {
            "start": 875083060,
            "stop": 875083105
        },
        {
            "start": 875083106,
            "stop": 875083131
        },
        {
            "start": 875083132,
            "stop": 875083145
        },
        {
            "start": 875083146,
            "stop": 875083336
        },
        {
            "start": 875083337,
            "stop": 875083338
        },
        {
            "start": 875083339,
            "stop": 875083421
        },
        {
            "start": 875083422,
            "stop": 875083554
        }
    ]
}