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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=27",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=25",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 26,
    "results": [
        {
            "start": 1400109263,
            "stop": 1400109694
        },
        {
            "start": 1400118479,
            "stop": 1400121459
        },
        {
            "start": 1400197402,
            "stop": 1400198067
        },
        {
            "start": 1400198197,
            "stop": 1400198725
        },
        {
            "start": 1400199474,
            "stop": 1400201884
        },
        {
            "start": 1400205912,
            "stop": 1400207839
        },
        {
            "start": 1400213857,
            "stop": 1400214924
        },
        {
            "start": 1400215678,
            "stop": 1400219469
        },
        {
            "start": 1400222996,
            "stop": 1400225898
        },
        {
            "start": 1400225904,
            "stop": 1400242458
        },
        {
            "start": 1400249386,
            "stop": 1400250545
        },
        {
            "start": 1400250551,
            "stop": 1400256031
        },
        {
            "start": 1400275178,
            "stop": 1400281094
        },
        {
            "start": 1400281101,
            "stop": 1400284900
        },
        {
            "start": 1400284905,
            "stop": 1400285528
        },
        {
            "start": 1400286106,
            "stop": 1400286883
        },
        {
            "start": 1400286888,
            "stop": 1400289826
        },
        {
            "start": 1400289829,
            "stop": 1400293913
        },
        {
            "start": 1400310590,
            "stop": 1400311028
        },
        {
            "start": 1400311032,
            "stop": 1400314760
        }
    ]
}