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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=192",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=190",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 191,
    "results": [
        {
            "start": 821650944,
            "stop": 821650955
        },
        {
            "start": 821650958,
            "stop": 821650979
        },
        {
            "start": 821650982,
            "stop": 821650990
        },
        {
            "start": 821650993,
            "stop": 821650998
        },
        {
            "start": 821651001,
            "stop": 821651006
        },
        {
            "start": 821651009,
            "stop": 821651023
        },
        {
            "start": 821651026,
            "stop": 821651046
        },
        {
            "start": 821651049,
            "stop": 821651093
        },
        {
            "start": 821651096,
            "stop": 821651105
        },
        {
            "start": 821651108,
            "stop": 821651159
        },
        {
            "start": 821651162,
            "stop": 821651164
        },
        {
            "start": 821651167,
            "stop": 821651184
        },
        {
            "start": 821651187,
            "stop": 821651197
        },
        {
            "start": 821651200,
            "stop": 821651212
        },
        {
            "start": 821651215,
            "stop": 821651217
        },
        {
            "start": 821651220,
            "stop": 821651230
        },
        {
            "start": 821651233,
            "stop": 821651287
        },
        {
            "start": 821651291,
            "stop": 821651295
        },
        {
            "start": 821651301,
            "stop": 821651339
        },
        {
            "start": 821651345,
            "stop": 821651358
        }
    ]
}