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=7175
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=7176",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7174",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7175,
    "results": [
        {
            "start": 874499172,
            "stop": 874499757
        },
        {
            "start": 874499759,
            "stop": 874500120
        },
        {
            "start": 874500121,
            "stop": 874500122
        },
        {
            "start": 874500124,
            "stop": 874500439
        },
        {
            "start": 874500441,
            "stop": 874500774
        },
        {
            "start": 874500776,
            "stop": 874500920
        },
        {
            "start": 874500921,
            "stop": 874500929
        },
        {
            "start": 874500930,
            "stop": 874501118
        },
        {
            "start": 874501119,
            "stop": 874501217
        },
        {
            "start": 874502348,
            "stop": 874502415
        },
        {
            "start": 874502417,
            "stop": 874502488
        },
        {
            "start": 874502788,
            "stop": 874502794
        },
        {
            "start": 874502797,
            "stop": 874502880
        },
        {
            "start": 874502882,
            "stop": 874502884
        },
        {
            "start": 874502887,
            "stop": 874502898
        },
        {
            "start": 874502900,
            "stop": 874502902
        },
        {
            "start": 874502903,
            "stop": 874502905
        },
        {
            "start": 874502907,
            "stop": 874502908
        },
        {
            "start": 874502910,
            "stop": 874502916
        },
        {
            "start": 874502917,
            "stop": 874502919
        }
    ]
}