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=14
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=15",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=13",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 14,
    "results": [
        {
            "start": 1369467601,
            "stop": 1369467706
        },
        {
            "start": 1369467711,
            "stop": 1369467742
        },
        {
            "start": 1369467747,
            "stop": 1369467779
        },
        {
            "start": 1369467784,
            "stop": 1369467792
        },
        {
            "start": 1369467797,
            "stop": 1369467809
        },
        {
            "start": 1369467814,
            "stop": 1369467981
        },
        {
            "start": 1369467986,
            "stop": 1369468005
        },
        {
            "start": 1369468010,
            "stop": 1369468031
        },
        {
            "start": 1369468036,
            "stop": 1369468059
        },
        {
            "start": 1369468064,
            "stop": 1369468076
        },
        {
            "start": 1369468081,
            "stop": 1369468117
        },
        {
            "start": 1369468127,
            "stop": 1369468167
        },
        {
            "start": 1369468172,
            "stop": 1369468190
        },
        {
            "start": 1369468195,
            "stop": 1369468218
        },
        {
            "start": 1369468228,
            "stop": 1369468240
        },
        {
            "start": 1369468245,
            "stop": 1369468265
        },
        {
            "start": 1369468270,
            "stop": 1369468274
        },
        {
            "start": 1369468279,
            "stop": 1369468347
        },
        {
            "start": 1369468352,
            "stop": 1369468364
        },
        {
            "start": 1369468369,
            "stop": 1369468394
        }
    ]
}