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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4138",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4136",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4137,
    "results": [
        {
            "start": 874282252,
            "stop": 874282283
        },
        {
            "start": 874282314,
            "stop": 874282323
        },
        {
            "start": 874282401,
            "stop": 874282402
        },
        {
            "start": 874282562,
            "stop": 874282584
        },
        {
            "start": 874282623,
            "stop": 874282660
        },
        {
            "start": 874282945,
            "stop": 874282998
        },
        {
            "start": 874283022,
            "stop": 874283026
        },
        {
            "start": 874283045,
            "stop": 874283081
        },
        {
            "start": 874283160,
            "stop": 874283189
        },
        {
            "start": 874283215,
            "stop": 874283520
        },
        {
            "start": 874283539,
            "stop": 874283587
        },
        {
            "start": 874283606,
            "stop": 874283826
        },
        {
            "start": 874283848,
            "stop": 874283849
        },
        {
            "start": 874283868,
            "stop": 874283884
        },
        {
            "start": 874283906,
            "stop": 874283928
        },
        {
            "start": 874284048,
            "stop": 874284058
        },
        {
            "start": 874284120,
            "stop": 874284191
        },
        {
            "start": 874284216,
            "stop": 874284230
        },
        {
            "start": 874284249,
            "stop": 874284257
        },
        {
            "start": 874284294,
            "stop": 874284298
        }
    ]
}