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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=473",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=471",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 472,
    "results": [
        {
            "start": 1183180881,
            "stop": 1183182911
        },
        {
            "start": 1183182913,
            "stop": 1183198924
        },
        {
            "start": 1183198928,
            "stop": 1183199119
        },
        {
            "start": 1183199121,
            "stop": 1183199417
        },
        {
            "start": 1183199419,
            "stop": 1183199802
        },
        {
            "start": 1183199805,
            "stop": 1183204393
        },
        {
            "start": 1183204397,
            "stop": 1183205013
        },
        {
            "start": 1183205017,
            "stop": 1183212996
        },
        {
            "start": 1183212999,
            "stop": 1183217358
        },
        {
            "start": 1183217362,
            "stop": 1183222860
        },
        {
            "start": 1183222980,
            "stop": 1183223025
        },
        {
            "start": 1183223026,
            "stop": 1183223040
        },
        {
            "start": 1183223220,
            "stop": 1183223280
        },
        {
            "start": 1183223400,
            "stop": 1183223472
        },
        {
            "start": 1183223475,
            "stop": 1183223480
        },
        {
            "start": 1183223482,
            "stop": 1183223520
        },
        {
            "start": 1183223760,
            "stop": 1183228944
        },
        {
            "start": 1183228946,
            "stop": 1183230965
        },
        {
            "start": 1183230969,
            "stop": 1183233206
        },
        {
            "start": 1183233210,
            "stop": 1183234181
        }
    ]
}