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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=913",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=911",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 912,
    "results": [
        {
            "start": 865002833,
            "stop": 865002893
        },
        {
            "start": 865003050,
            "stop": 865003170
        },
        {
            "start": 865003845,
            "stop": 865003965
        },
        {
            "start": 865004527,
            "stop": 865004587
        },
        {
            "start": 865005772,
            "stop": 865005832
        },
        {
            "start": 865005986,
            "stop": 865006106
        },
        {
            "start": 865008687,
            "stop": 865008807
        },
        {
            "start": 865008976,
            "stop": 865009516
        },
        {
            "start": 865010101,
            "stop": 865010161
        },
        {
            "start": 865010309,
            "stop": 865010429
        },
        {
            "start": 865012125,
            "stop": 865013445
        },
        {
            "start": 865020795,
            "stop": 865021875
        },
        {
            "start": 865022033,
            "stop": 865023533
        },
        {
            "start": 865023933,
            "stop": 865025673
        },
        {
            "start": 865025833,
            "stop": 865026193
        },
        {
            "start": 865026343,
            "stop": 865028173
        },
        {
            "start": 865028539,
            "stop": 865028959
        },
        {
            "start": 865029985,
            "stop": 865030525
        },
        {
            "start": 865031826,
            "stop": 865032036
        },
        {
            "start": 865032186,
            "stop": 865034886
        }
    ]
}