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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41030",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41028",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41029,
    "results": [
        {
            "start": 875182625,
            "stop": 875182627
        },
        {
            "start": 875182628,
            "stop": 875182632
        },
        {
            "start": 875182633,
            "stop": 875182637
        },
        {
            "start": 875182639,
            "stop": 875182643
        },
        {
            "start": 875182644,
            "stop": 875182648
        },
        {
            "start": 875182649,
            "stop": 875182651
        },
        {
            "start": 875182652,
            "stop": 875182653
        },
        {
            "start": 875182655,
            "stop": 875182657
        },
        {
            "start": 875182660,
            "stop": 875182664
        },
        {
            "start": 875182665,
            "stop": 875182669
        },
        {
            "start": 875182671,
            "stop": 875182675
        },
        {
            "start": 875182676,
            "stop": 875182680
        },
        {
            "start": 875182681,
            "stop": 875182685
        },
        {
            "start": 875182687,
            "stop": 875182691
        },
        {
            "start": 875182692,
            "stop": 875182696
        },
        {
            "start": 875182697,
            "stop": 875182701
        },
        {
            "start": 875182703,
            "stop": 875182705
        },
        {
            "start": 875182708,
            "stop": 875182712
        },
        {
            "start": 875182713,
            "stop": 875182717
        },
        {
            "start": 875182719,
            "stop": 875182723
        }
    ]
}