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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=365",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=363",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 364,
    "results": [
        {
            "start": 1260888798,
            "stop": 1260888842
        },
        {
            "start": 1260888845,
            "stop": 1260888859
        },
        {
            "start": 1260888862,
            "stop": 1260888870
        },
        {
            "start": 1260888873,
            "stop": 1260888915
        },
        {
            "start": 1260888918,
            "stop": 1260888919
        },
        {
            "start": 1260888922,
            "stop": 1260888934
        },
        {
            "start": 1260888937,
            "stop": 1260888950
        },
        {
            "start": 1260888953,
            "stop": 1260888974
        },
        {
            "start": 1260888980,
            "stop": 1260888990
        },
        {
            "start": 1260888993,
            "stop": 1260889015
        },
        {
            "start": 1260889018,
            "stop": 1260889032
        },
        {
            "start": 1260889035,
            "stop": 1260889036
        },
        {
            "start": 1260889039,
            "stop": 1260889195
        },
        {
            "start": 1260889201,
            "stop": 1260889210
        },
        {
            "start": 1260889213,
            "stop": 1260889268
        },
        {
            "start": 1260889271,
            "stop": 1260889283
        },
        {
            "start": 1260889286,
            "stop": 1260889288
        },
        {
            "start": 1260889291,
            "stop": 1260889347
        },
        {
            "start": 1260889350,
            "stop": 1260889393
        },
        {
            "start": 1260889396,
            "stop": 1260889435
        }
    ]
}