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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9889",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9887",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9888,
    "results": [
        {
            "start": 874456007,
            "stop": 874456008
        },
        {
            "start": 874456016,
            "stop": 874456017
        },
        {
            "start": 874456020,
            "stop": 874456024
        },
        {
            "start": 874456027,
            "stop": 874456034
        },
        {
            "start": 874456037,
            "stop": 874456038
        },
        {
            "start": 874456046,
            "stop": 874456062
        },
        {
            "start": 874456067,
            "stop": 874456076
        },
        {
            "start": 874456079,
            "stop": 874456086
        },
        {
            "start": 874456089,
            "stop": 874456133
        },
        {
            "start": 874456136,
            "stop": 874456143
        },
        {
            "start": 874456146,
            "stop": 874456172
        },
        {
            "start": 874456176,
            "stop": 874456426
        },
        {
            "start": 874456429,
            "stop": 874456459
        },
        {
            "start": 874456462,
            "stop": 874456482
        },
        {
            "start": 874456485,
            "stop": 874456626
        },
        {
            "start": 874456629,
            "stop": 874456636
        },
        {
            "start": 874456640,
            "stop": 874456645
        },
        {
            "start": 874456648,
            "stop": 874456955
        },
        {
            "start": 874456958,
            "stop": 874457171
        },
        {
            "start": 874457176,
            "stop": 874457588
        }
    ]
}