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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6501",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6499",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6500,
    "results": [
        {
            "start": 874195936,
            "stop": 874195951
        },
        {
            "start": 874195952,
            "stop": 874196047
        },
        {
            "start": 874196049,
            "stop": 874196240
        },
        {
            "start": 874196241,
            "stop": 874196599
        },
        {
            "start": 874196600,
            "stop": 874196853
        },
        {
            "start": 874196854,
            "stop": 874197557
        },
        {
            "start": 874197559,
            "stop": 874197567
        },
        {
            "start": 874197568,
            "stop": 874197728
        },
        {
            "start": 874197729,
            "stop": 874197968
        },
        {
            "start": 874197969,
            "stop": 874198070
        },
        {
            "start": 874198071,
            "stop": 874198100
        },
        {
            "start": 874198101,
            "stop": 874198512
        },
        {
            "start": 874198514,
            "stop": 874198535
        },
        {
            "start": 874198536,
            "stop": 874198561
        },
        {
            "start": 874198562,
            "stop": 874198589
        },
        {
            "start": 874198590,
            "stop": 874198904
        },
        {
            "start": 874198905,
            "stop": 874199150
        },
        {
            "start": 874199151,
            "stop": 874199185
        },
        {
            "start": 874199187,
            "stop": 874199236
        },
        {
            "start": 874199237,
            "stop": 874199292
        }
    ]
}