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=6331
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=6332",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6330",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6331,
    "results": [
        {
            "start": 873309320,
            "stop": 873310217
        },
        {
            "start": 873310218,
            "stop": 873310658
        },
        {
            "start": 873310659,
            "stop": 873310748
        },
        {
            "start": 873310749,
            "stop": 873311018
        },
        {
            "start": 873311019,
            "stop": 873312153
        },
        {
            "start": 873312154,
            "stop": 873312367
        },
        {
            "start": 873312368,
            "stop": 873312443
        },
        {
            "start": 873312444,
            "stop": 873312755
        },
        {
            "start": 873312756,
            "stop": 873312920
        },
        {
            "start": 873312921,
            "stop": 873313029
        },
        {
            "start": 873313030,
            "stop": 873313836
        },
        {
            "start": 873313837,
            "stop": 873314110
        },
        {
            "start": 873314111,
            "stop": 873314134
        },
        {
            "start": 873314135,
            "stop": 873314183
        },
        {
            "start": 873314185,
            "stop": 873314555
        },
        {
            "start": 873314556,
            "stop": 873315991
        },
        {
            "start": 873315993,
            "stop": 873316020
        },
        {
            "start": 873316021,
            "stop": 873316115
        },
        {
            "start": 873316116,
            "stop": 873316421
        },
        {
            "start": 873316422,
            "stop": 873317591
        }
    ]
}