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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1753",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1751",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1752,
    "results": [
        {
            "start": 1249436727,
            "stop": 1249436939
        },
        {
            "start": 1249436942,
            "stop": 1249437071
        },
        {
            "start": 1249437074,
            "stop": 1249437340
        },
        {
            "start": 1249437343,
            "stop": 1249437477
        },
        {
            "start": 1249437480,
            "stop": 1249437847
        },
        {
            "start": 1249437850,
            "stop": 1249437994
        },
        {
            "start": 1249437997,
            "stop": 1249438281
        },
        {
            "start": 1249438284,
            "stop": 1249438373
        },
        {
            "start": 1249438376,
            "stop": 1249438398
        },
        {
            "start": 1249438401,
            "stop": 1249438634
        },
        {
            "start": 1249438635,
            "stop": 1249438639
        },
        {
            "start": 1249438642,
            "stop": 1249438646
        },
        {
            "start": 1249438648,
            "stop": 1249438649
        },
        {
            "start": 1249438650,
            "stop": 1249438668
        },
        {
            "start": 1249438671,
            "stop": 1249438682
        },
        {
            "start": 1249438684,
            "stop": 1249438691
        },
        {
            "start": 1249438699,
            "stop": 1249438706
        },
        {
            "start": 1249438708,
            "stop": 1249438725
        },
        {
            "start": 1249438726,
            "stop": 1249438735
        },
        {
            "start": 1249438738,
            "stop": 1249438740
        }
    ]
}