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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=101",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=99",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 100,
    "results": [
        {
            "start": 1376712317,
            "stop": 1376713793
        },
        {
            "start": 1376713798,
            "stop": 1376724517
        },
        {
            "start": 1376724521,
            "stop": 1376730362
        },
        {
            "start": 1376730367,
            "stop": 1376730464
        },
        {
            "start": 1376730469,
            "stop": 1376731886
        },
        {
            "start": 1376731891,
            "stop": 1376735050
        },
        {
            "start": 1376735055,
            "stop": 1376748113
        },
        {
            "start": 1376748118,
            "stop": 1376749225
        },
        {
            "start": 1376749230,
            "stop": 1376749350
        },
        {
            "start": 1376750443,
            "stop": 1376750570
        },
        {
            "start": 1376750575,
            "stop": 1376751665
        },
        {
            "start": 1376775929,
            "stop": 1376776998
        },
        {
            "start": 1376777003,
            "stop": 1376784347
        },
        {
            "start": 1376784352,
            "stop": 1376789644
        },
        {
            "start": 1376789649,
            "stop": 1376791817
        },
        {
            "start": 1376791822,
            "stop": 1376792084
        },
        {
            "start": 1376792089,
            "stop": 1376793358
        },
        {
            "start": 1376793363,
            "stop": 1376796340
        },
        {
            "start": 1376796343,
            "stop": 1376796943
        },
        {
            "start": 1376796948,
            "stop": 1376801063
        }
    ]
}