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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5636",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5634",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5635,
    "results": [
        {
            "start": 874509215,
            "stop": 874509307
        },
        {
            "start": 874509312,
            "stop": 874509362
        },
        {
            "start": 874509366,
            "stop": 874509373
        },
        {
            "start": 874509377,
            "stop": 874509403
        },
        {
            "start": 874509407,
            "stop": 874509446
        },
        {
            "start": 874509449,
            "stop": 874509455
        },
        {
            "start": 874509459,
            "stop": 874509487
        },
        {
            "start": 874509490,
            "stop": 874509491
        },
        {
            "start": 874509494,
            "stop": 874509501
        },
        {
            "start": 874509504,
            "stop": 874509510
        },
        {
            "start": 874509513,
            "stop": 874509517
        },
        {
            "start": 874509520,
            "stop": 874509537
        },
        {
            "start": 874509541,
            "stop": 874509547
        },
        {
            "start": 874509550,
            "stop": 874509554
        },
        {
            "start": 874509562,
            "stop": 874509565
        },
        {
            "start": 874509568,
            "stop": 874509589
        },
        {
            "start": 874509592,
            "stop": 874509598
        },
        {
            "start": 874509601,
            "stop": 874509628
        },
        {
            "start": 874509635,
            "stop": 874509739
        },
        {
            "start": 874509742,
            "stop": 874509755
        }
    ]
}