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=6474
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=6475",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6473",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6474,
    "results": [
        {
            "start": 874074536,
            "stop": 874074592
        },
        {
            "start": 874074593,
            "stop": 874074655
        },
        {
            "start": 874074657,
            "stop": 874074809
        },
        {
            "start": 874074810,
            "stop": 874074904
        },
        {
            "start": 874074905,
            "stop": 874074917
        },
        {
            "start": 874074919,
            "stop": 874075876
        },
        {
            "start": 874075878,
            "stop": 874076186
        },
        {
            "start": 874076187,
            "stop": 874076256
        },
        {
            "start": 874076258,
            "stop": 874076262
        },
        {
            "start": 874076264,
            "stop": 874076303
        },
        {
            "start": 874076304,
            "stop": 874076403
        },
        {
            "start": 874076405,
            "stop": 874076509
        },
        {
            "start": 874076510,
            "stop": 874076543
        },
        {
            "start": 874076545,
            "stop": 874077093
        },
        {
            "start": 874077094,
            "stop": 874077155
        },
        {
            "start": 874077156,
            "stop": 874077178
        },
        {
            "start": 874077179,
            "stop": 874077180
        },
        {
            "start": 874077181,
            "stop": 874077286
        },
        {
            "start": 874077287,
            "stop": 874077543
        },
        {
            "start": 874077544,
            "stop": 874077667
        }
    ]
}