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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=344",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=342",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 343,
    "results": [
        {
            "start": 857691160,
            "stop": 857691535
        },
        {
            "start": 857691538,
            "stop": 857691549
        },
        {
            "start": 857691553,
            "stop": 857691569
        },
        {
            "start": 857691573,
            "stop": 857692267
        },
        {
            "start": 857692271,
            "stop": 857692393
        },
        {
            "start": 857692457,
            "stop": 857695644
        },
        {
            "start": 857695654,
            "stop": 857697270
        },
        {
            "start": 857697279,
            "stop": 857697289
        },
        {
            "start": 857697312,
            "stop": 857697318
        },
        {
            "start": 857697328,
            "stop": 857697333
        },
        {
            "start": 857697357,
            "stop": 857697400
        },
        {
            "start": 857697405,
            "stop": 857697879
        },
        {
            "start": 857697888,
            "stop": 857698443
        },
        {
            "start": 857698447,
            "stop": 857698492
        },
        {
            "start": 857698501,
            "stop": 857707166
        },
        {
            "start": 857707210,
            "stop": 857718192
        },
        {
            "start": 857718293,
            "stop": 857732462
        },
        {
            "start": 857732466,
            "stop": 857732471
        },
        {
            "start": 857732475,
            "stop": 857732927
        },
        {
            "start": 857732931,
            "stop": 857732979
        }
    ]
}