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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8605",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8603",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8604,
    "results": [
        {
            "start": 870779988,
            "stop": 870780288
        },
        {
            "start": 870780305,
            "stop": 870780360
        },
        {
            "start": 870780420,
            "stop": 870780445
        },
        {
            "start": 870780462,
            "stop": 870781409
        },
        {
            "start": 870781426,
            "stop": 870781827
        },
        {
            "start": 870781844,
            "stop": 870783682
        },
        {
            "start": 870783699,
            "stop": 870785179
        },
        {
            "start": 870785196,
            "stop": 870785235
        },
        {
            "start": 870785252,
            "stop": 870787519
        },
        {
            "start": 870787645,
            "stop": 870788201
        },
        {
            "start": 870788501,
            "stop": 870788503
        },
        {
            "start": 870788520,
            "stop": 870790757
        },
        {
            "start": 870790774,
            "stop": 870791015
        },
        {
            "start": 870791032,
            "stop": 870791197
        },
        {
            "start": 870791214,
            "stop": 870791401
        },
        {
            "start": 870791418,
            "stop": 870791790
        },
        {
            "start": 870791807,
            "stop": 870791910
        },
        {
            "start": 870791927,
            "stop": 870792659
        },
        {
            "start": 870792676,
            "stop": 870792908
        },
        {
            "start": 870792925,
            "stop": 870794090
        }
    ]
}