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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=63",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=61",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 62,
    "results": [
        {
            "start": 822597627,
            "stop": 822606516
        },
        {
            "start": 822606672,
            "stop": 822612050
        },
        {
            "start": 822613496,
            "stop": 822614593
        },
        {
            "start": 822614865,
            "stop": 822617533
        },
        {
            "start": 822617618,
            "stop": 822619311
        },
        {
            "start": 822619390,
            "stop": 822621378
        },
        {
            "start": 822621455,
            "stop": 822622273
        },
        {
            "start": 822622373,
            "stop": 822625013
        },
        {
            "start": 822625110,
            "stop": 822625402
        },
        {
            "start": 822625466,
            "stop": 822625753
        },
        {
            "start": 822625813,
            "stop": 822625993
        },
        {
            "start": 822626081,
            "stop": 822626293
        },
        {
            "start": 822626363,
            "stop": 822626536
        },
        {
            "start": 822626834,
            "stop": 822634479
        },
        {
            "start": 822637533,
            "stop": 822637993
        },
        {
            "start": 822638011,
            "stop": 822638012
        },
        {
            "start": 822638089,
            "stop": 822638113
        },
        {
            "start": 822638242,
            "stop": 822639616
        },
        {
            "start": 822639648,
            "stop": 822639853
        },
        {
            "start": 822639913,
            "stop": 822640584
        }
    ]
}