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=74
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=75",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=73",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 74,
    "results": [
        {
            "start": 824378271,
            "stop": 824384909
        },
        {
            "start": 824384912,
            "stop": 824390248
        },
        {
            "start": 824390251,
            "stop": 824397894
        },
        {
            "start": 824409059,
            "stop": 824409061
        },
        {
            "start": 824409905,
            "stop": 824411893
        },
        {
            "start": 824412840,
            "stop": 824413813
        },
        {
            "start": 824413993,
            "stop": 824417135
        },
        {
            "start": 824417138,
            "stop": 824417413
        },
        {
            "start": 824417435,
            "stop": 824417437
        },
        {
            "start": 824417773,
            "stop": 824418013
        },
        {
            "start": 824418067,
            "stop": 824418070
        },
        {
            "start": 824452200,
            "stop": 824454240
        },
        {
            "start": 824455711,
            "stop": 824462247
        },
        {
            "start": 824462260,
            "stop": 824490396
        },
        {
            "start": 824491365,
            "stop": 824494633
        },
        {
            "start": 824494828,
            "stop": 824499913
        },
        {
            "start": 824500072,
            "stop": 824501293
        },
        {
            "start": 824501364,
            "stop": 824502052
        },
        {
            "start": 824505283,
            "stop": 824506848
        },
        {
            "start": 824506855,
            "stop": 824506909
        }
    ]
}