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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=500",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=498",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 499,
    "results": [
        {
            "start": 1184576745,
            "stop": 1184576746
        },
        {
            "start": 1184576749,
            "stop": 1184576771
        },
        {
            "start": 1184576773,
            "stop": 1184576774
        },
        {
            "start": 1184576820,
            "stop": 1184576821
        },
        {
            "start": 1184576836,
            "stop": 1184576850
        },
        {
            "start": 1184576853,
            "stop": 1184576854
        },
        {
            "start": 1184576857,
            "stop": 1184576866
        },
        {
            "start": 1184576868,
            "stop": 1184576869
        },
        {
            "start": 1184576871,
            "stop": 1184576889
        },
        {
            "start": 1184576891,
            "stop": 1184576896
        },
        {
            "start": 1184576900,
            "stop": 1184576946
        },
        {
            "start": 1184576950,
            "stop": 1184576975
        },
        {
            "start": 1184576980,
            "stop": 1184577011
        },
        {
            "start": 1184577014,
            "stop": 1184577015
        },
        {
            "start": 1184577047,
            "stop": 1184577048
        },
        {
            "start": 1184577067,
            "stop": 1184577073
        },
        {
            "start": 1184577075,
            "stop": 1184577093
        },
        {
            "start": 1184577095,
            "stop": 1184577097
        },
        {
            "start": 1184577118,
            "stop": 1184577119
        },
        {
            "start": 1184577121,
            "stop": 1184577127
        }
    ]
}