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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=205",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=203",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 204,
    "results": [
        {
            "start": 847839657,
            "stop": 847840850
        },
        {
            "start": 847840975,
            "stop": 847841050
        },
        {
            "start": 847841350,
            "stop": 847841364
        },
        {
            "start": 847841670,
            "stop": 847844730
        },
        {
            "start": 847844850,
            "stop": 847845324
        },
        {
            "start": 847845351,
            "stop": 847861568
        },
        {
            "start": 847861689,
            "stop": 847862287
        },
        {
            "start": 847862308,
            "stop": 847869884
        },
        {
            "start": 847869926,
            "stop": 847882197
        },
        {
            "start": 847882218,
            "stop": 847883634
        },
        {
            "start": 847904371,
            "stop": 847906185
        },
        {
            "start": 847906911,
            "stop": 847907682
        },
        {
            "start": 847907767,
            "stop": 847907824
        },
        {
            "start": 847907918,
            "stop": 847911261
        },
        {
            "start": 847911300,
            "stop": 847915085
        },
        {
            "start": 847916305,
            "stop": 847921968
        },
        {
            "start": 847923176,
            "stop": 847944994
        },
        {
            "start": 847948952,
            "stop": 847955150
        },
        {
            "start": 847957964,
            "stop": 847998412
        },
        {
            "start": 847998712,
            "stop": 847998726
        }
    ]
}