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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=524",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=522",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 523,
    "results": [
        {
            "start": 1262750942,
            "stop": 1262750956
        },
        {
            "start": 1262750959,
            "stop": 1262751105
        },
        {
            "start": 1262751107,
            "stop": 1262751155
        },
        {
            "start": 1262751158,
            "stop": 1262751217
        },
        {
            "start": 1262751220,
            "stop": 1262751231
        },
        {
            "start": 1262751234,
            "stop": 1262751382
        },
        {
            "start": 1262751385,
            "stop": 1262751488
        },
        {
            "start": 1262751491,
            "stop": 1262751590
        },
        {
            "start": 1262751593,
            "stop": 1262751630
        },
        {
            "start": 1262751633,
            "stop": 1262751667
        },
        {
            "start": 1262751670,
            "stop": 1262751743
        },
        {
            "start": 1262751746,
            "stop": 1262751831
        },
        {
            "start": 1262751834,
            "stop": 1262751962
        },
        {
            "start": 1262751965,
            "stop": 1262752116
        },
        {
            "start": 1262752119,
            "stop": 1262752224
        },
        {
            "start": 1262752227,
            "stop": 1262752288
        },
        {
            "start": 1262752291,
            "stop": 1262752486
        },
        {
            "start": 1262752489,
            "stop": 1262752505
        },
        {
            "start": 1262752508,
            "stop": 1262752518
        },
        {
            "start": 1262752521,
            "stop": 1262752605
        }
    ]
}