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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=290",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=288",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 289,
    "results": [
        {
            "start": 822249814,
            "stop": 822249876
        },
        {
            "start": 822249883,
            "stop": 822249935
        },
        {
            "start": 822249976,
            "stop": 822250039
        },
        {
            "start": 822250044,
            "stop": 822250081
        },
        {
            "start": 822250090,
            "stop": 822250138
        },
        {
            "start": 822250146,
            "stop": 822250187
        },
        {
            "start": 822250192,
            "stop": 822250207
        },
        {
            "start": 822250212,
            "stop": 822250241
        },
        {
            "start": 822250247,
            "stop": 822250265
        },
        {
            "start": 822250278,
            "stop": 822250302
        },
        {
            "start": 822250308,
            "stop": 822250443
        },
        {
            "start": 822250448,
            "stop": 822250507
        },
        {
            "start": 822250519,
            "stop": 822250526
        },
        {
            "start": 822250533,
            "stop": 822250549
        },
        {
            "start": 822250554,
            "stop": 822250561
        },
        {
            "start": 822250566,
            "stop": 822250586
        },
        {
            "start": 822250591,
            "stop": 822250732
        },
        {
            "start": 822250740,
            "stop": 822250818
        },
        {
            "start": 822250831,
            "stop": 822250869
        },
        {
            "start": 822250876,
            "stop": 822250890
        }
    ]
}