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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=428",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=426",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 427,
    "results": [
        {
            "start": 847803603,
            "stop": 847803626
        },
        {
            "start": 847803627,
            "stop": 847803647
        },
        {
            "start": 847803651,
            "stop": 847803689
        },
        {
            "start": 847803690,
            "stop": 847803787
        },
        {
            "start": 847803788,
            "stop": 847803849
        },
        {
            "start": 847803850,
            "stop": 847803857
        },
        {
            "start": 847803858,
            "stop": 847803934
        },
        {
            "start": 847803935,
            "stop": 847803941
        },
        {
            "start": 847803942,
            "stop": 847803977
        },
        {
            "start": 847803978,
            "stop": 847804052
        },
        {
            "start": 847804053,
            "stop": 847804074
        },
        {
            "start": 847804076,
            "stop": 847804081
        },
        {
            "start": 847804082,
            "stop": 847804094
        },
        {
            "start": 847804095,
            "stop": 847804098
        },
        {
            "start": 847804099,
            "stop": 847804115
        },
        {
            "start": 847804117,
            "stop": 847804139
        },
        {
            "start": 847804140,
            "stop": 847804240
        },
        {
            "start": 847804241,
            "stop": 847804242
        },
        {
            "start": 847804244,
            "stop": 847804268
        },
        {
            "start": 847804270,
            "stop": 847804271
        }
    ]
}