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=351
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=352",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=350",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 351,
    "results": [
        {
            "start": 856016209,
            "stop": 856016253
        },
        {
            "start": 856016256,
            "stop": 856016295
        },
        {
            "start": 856016298,
            "stop": 856016304
        },
        {
            "start": 856016307,
            "stop": 856016394
        },
        {
            "start": 856016399,
            "stop": 856016600
        },
        {
            "start": 856016603,
            "stop": 856016826
        },
        {
            "start": 856016829,
            "stop": 856016849
        },
        {
            "start": 856016854,
            "stop": 856016890
        },
        {
            "start": 856016893,
            "stop": 856017355
        },
        {
            "start": 856017358,
            "stop": 856017538
        },
        {
            "start": 856017543,
            "stop": 856022430
        },
        {
            "start": 856052698,
            "stop": 856052774
        },
        {
            "start": 856052844,
            "stop": 856058191
        },
        {
            "start": 856059052,
            "stop": 856067902
        },
        {
            "start": 856068012,
            "stop": 856068034
        },
        {
            "start": 856069063,
            "stop": 856069625
        },
        {
            "start": 856069925,
            "stop": 856071148
        },
        {
            "start": 856071150,
            "stop": 856075629
        },
        {
            "start": 856075929,
            "stop": 856105824
        },
        {
            "start": 856105934,
            "stop": 856106082
        }
    ]
}