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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=146",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=144",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 145,
    "results": [
        {
            "start": 932107921,
            "stop": 932108008
        },
        {
            "start": 932108011,
            "stop": 932108023
        },
        {
            "start": 932108027,
            "stop": 932108038
        },
        {
            "start": 932108041,
            "stop": 932108068
        },
        {
            "start": 932108072,
            "stop": 932108083
        },
        {
            "start": 932108086,
            "stop": 932108415
        },
        {
            "start": 932108775,
            "stop": 932109218
        },
        {
            "start": 932109959,
            "stop": 932110228
        },
        {
            "start": 932110231,
            "stop": 932110348
        },
        {
            "start": 932110351,
            "stop": 932110363
        },
        {
            "start": 932110366,
            "stop": 932110378
        },
        {
            "start": 932110381,
            "stop": 932110393
        },
        {
            "start": 932110396,
            "stop": 932110513
        },
        {
            "start": 932110516,
            "stop": 932110619
        },
        {
            "start": 932110621,
            "stop": 932110648
        },
        {
            "start": 932110651,
            "stop": 932110664
        },
        {
            "start": 932110667,
            "stop": 932110678
        },
        {
            "start": 932110681,
            "stop": 932110693
        },
        {
            "start": 932110697,
            "stop": 932110709
        },
        {
            "start": 932110711,
            "stop": 932110724
        }
    ]
}