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=4220
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=4221",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4219",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4220,
    "results": [
        {
            "start": 874472591,
            "stop": 874472699
        },
        {
            "start": 874472726,
            "stop": 874472850
        },
        {
            "start": 874472869,
            "stop": 874473414
        },
        {
            "start": 874473436,
            "stop": 874473610
        },
        {
            "start": 874473629,
            "stop": 874473686
        },
        {
            "start": 874473705,
            "stop": 874473853
        },
        {
            "start": 874473872,
            "stop": 874473984
        },
        {
            "start": 874474003,
            "stop": 874474174
        },
        {
            "start": 874474193,
            "stop": 874474316
        },
        {
            "start": 874474335,
            "stop": 874474608
        },
        {
            "start": 874474627,
            "stop": 874474875
        },
        {
            "start": 874475175,
            "stop": 874475623
        },
        {
            "start": 874475642,
            "stop": 874475962
        },
        {
            "start": 874475981,
            "stop": 874476309
        },
        {
            "start": 874476328,
            "stop": 874476627
        },
        {
            "start": 874476646,
            "stop": 874477011
        },
        {
            "start": 874477030,
            "stop": 874477102
        },
        {
            "start": 874477121,
            "stop": 874477251
        },
        {
            "start": 874477270,
            "stop": 874477341
        },
        {
            "start": 874477360,
            "stop": 874477627
        }
    ]
}