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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=167",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=165",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 166,
    "results": [
        {
            "start": 1419733360,
            "stop": 1419736254
        },
        {
            "start": 1419736259,
            "stop": 1419741542
        },
        {
            "start": 1419741547,
            "stop": 1419742986
        },
        {
            "start": 1419742991,
            "stop": 1419745064
        },
        {
            "start": 1419745069,
            "stop": 1419760089
        },
        {
            "start": 1419760094,
            "stop": 1419761687
        },
        {
            "start": 1419761690,
            "stop": 1419765409
        },
        {
            "start": 1419765414,
            "stop": 1419767222
        },
        {
            "start": 1419767227,
            "stop": 1419770481
        },
        {
            "start": 1419770484,
            "stop": 1419779645
        },
        {
            "start": 1419779650,
            "stop": 1419786414
        },
        {
            "start": 1419786420,
            "stop": 1419790474
        },
        {
            "start": 1419790477,
            "stop": 1419794019
        },
        {
            "start": 1419794024,
            "stop": 1419801082
        },
        {
            "start": 1419801087,
            "stop": 1419806355
        },
        {
            "start": 1419816591,
            "stop": 1419818926
        },
        {
            "start": 1419818931,
            "stop": 1419819730
        },
        {
            "start": 1419819735,
            "stop": 1419820772
        },
        {
            "start": 1419824918,
            "stop": 1419829786
        },
        {
            "start": 1419829791,
            "stop": 1419831029
        }
    ]
}