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=7034
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=7035",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7033",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7034,
    "results": [
        {
            "start": 873842488,
            "stop": 873842995
        },
        {
            "start": 873843000,
            "stop": 873843046
        },
        {
            "start": 873843047,
            "stop": 873843295
        },
        {
            "start": 873843296,
            "stop": 873843465
        },
        {
            "start": 873843466,
            "stop": 873843574
        },
        {
            "start": 873843575,
            "stop": 873843708
        },
        {
            "start": 873843710,
            "stop": 873843713
        },
        {
            "start": 873843714,
            "stop": 873843823
        },
        {
            "start": 873843824,
            "stop": 873843898
        },
        {
            "start": 873843899,
            "stop": 873844281
        },
        {
            "start": 873844282,
            "stop": 873844287
        },
        {
            "start": 873844289,
            "stop": 873844437
        },
        {
            "start": 873844737,
            "stop": 873844743
        },
        {
            "start": 873844745,
            "stop": 873844768
        },
        {
            "start": 873844770,
            "stop": 873844872
        },
        {
            "start": 873844873,
            "stop": 873844967
        },
        {
            "start": 873845037,
            "stop": 873845040
        },
        {
            "start": 873845050,
            "stop": 873845126
        },
        {
            "start": 873845128,
            "stop": 873845130
        },
        {
            "start": 873845131,
            "stop": 873845143
        }
    ]
}