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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=456",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=454",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 455,
    "results": [
        {
            "start": 1183081334,
            "stop": 1183081393
        },
        {
            "start": 1183081395,
            "stop": 1183081774
        },
        {
            "start": 1183081778,
            "stop": 1183083643
        },
        {
            "start": 1183083646,
            "stop": 1183083823
        },
        {
            "start": 1183083826,
            "stop": 1183085263
        },
        {
            "start": 1183085266,
            "stop": 1183085323
        },
        {
            "start": 1183085327,
            "stop": 1183086109
        },
        {
            "start": 1183090385,
            "stop": 1183091443
        },
        {
            "start": 1183091447,
            "stop": 1183092420
        },
        {
            "start": 1183092425,
            "stop": 1183092688
        },
        {
            "start": 1183092690,
            "stop": 1183093251
        },
        {
            "start": 1183093254,
            "stop": 1183093286
        },
        {
            "start": 1183093289,
            "stop": 1183093560
        },
        {
            "start": 1183093562,
            "stop": 1183094433
        },
        {
            "start": 1183094434,
            "stop": 1183095443
        },
        {
            "start": 1183095445,
            "stop": 1183095759
        },
        {
            "start": 1183095761,
            "stop": 1183095959
        },
        {
            "start": 1183095962,
            "stop": 1183096096
        },
        {
            "start": 1183096098,
            "stop": 1183096538
        },
        {
            "start": 1183096540,
            "stop": 1183096541
        }
    ]
}