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=192
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=193",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=191",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 192,
    "results": [
        {
            "start": 1176734865,
            "stop": 1176734866
        },
        {
            "start": 1176734869,
            "stop": 1176734881
        },
        {
            "start": 1176734882,
            "stop": 1176734925
        },
        {
            "start": 1176734926,
            "stop": 1176734927
        },
        {
            "start": 1176734929,
            "stop": 1176734936
        },
        {
            "start": 1176734937,
            "stop": 1176734974
        },
        {
            "start": 1176734980,
            "stop": 1176734981
        },
        {
            "start": 1176734996,
            "stop": 1176734997
        },
        {
            "start": 1176734999,
            "stop": 1176735152
        },
        {
            "start": 1176735153,
            "stop": 1176735192
        },
        {
            "start": 1176735197,
            "stop": 1176735391
        },
        {
            "start": 1176735392,
            "stop": 1176735394
        },
        {
            "start": 1176735395,
            "stop": 1176735518
        },
        {
            "start": 1176735519,
            "stop": 1176736710
        },
        {
            "start": 1176736711,
            "stop": 1176736719
        },
        {
            "start": 1176736720,
            "stop": 1176736734
        },
        {
            "start": 1176736739,
            "stop": 1176736887
        },
        {
            "start": 1176736888,
            "stop": 1176736889
        },
        {
            "start": 1176736890,
            "stop": 1176736903
        },
        {
            "start": 1176736904,
            "stop": 1176736982
        }
    ]
}