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=12
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=13",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=11",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 12,
    "results": [
        {
            "start": 1369465154,
            "stop": 1369465476
        },
        {
            "start": 1369465481,
            "stop": 1369465500
        },
        {
            "start": 1369465505,
            "stop": 1369465636
        },
        {
            "start": 1369465641,
            "stop": 1369465654
        },
        {
            "start": 1369465659,
            "stop": 1369465668
        },
        {
            "start": 1369465673,
            "stop": 1369465680
        },
        {
            "start": 1369465685,
            "stop": 1369465763
        },
        {
            "start": 1369465768,
            "stop": 1369465781
        },
        {
            "start": 1369465786,
            "stop": 1369465842
        },
        {
            "start": 1369465847,
            "stop": 1369465867
        },
        {
            "start": 1369465872,
            "stop": 1369465889
        },
        {
            "start": 1369465894,
            "stop": 1369465907
        },
        {
            "start": 1369465912,
            "stop": 1369465941
        },
        {
            "start": 1369465945,
            "stop": 1369465965
        },
        {
            "start": 1369465970,
            "stop": 1369465971
        },
        {
            "start": 1369465976,
            "stop": 1369466103
        },
        {
            "start": 1369466108,
            "stop": 1369466119
        },
        {
            "start": 1369466124,
            "stop": 1369466133
        },
        {
            "start": 1369466138,
            "stop": 1369466252
        },
        {
            "start": 1369466257,
            "stop": 1369466391
        }
    ]
}