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=6661
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=6662",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6660",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6661,
    "results": [
        {
            "start": 875041352,
            "stop": 875041525
        },
        {
            "start": 875041527,
            "stop": 875041620
        },
        {
            "start": 875041621,
            "stop": 875041672
        },
        {
            "start": 875041673,
            "stop": 875041690
        },
        {
            "start": 875042699,
            "stop": 875042867
        },
        {
            "start": 875042868,
            "stop": 875043143
        },
        {
            "start": 875043144,
            "stop": 875043324
        },
        {
            "start": 875043325,
            "stop": 875043390
        },
        {
            "start": 875043392,
            "stop": 875043576
        },
        {
            "start": 875043577,
            "stop": 875043692
        },
        {
            "start": 875043694,
            "stop": 875043820
        },
        {
            "start": 875043821,
            "stop": 875043846
        },
        {
            "start": 875043847,
            "stop": 875043875
        },
        {
            "start": 875043876,
            "stop": 875043940
        },
        {
            "start": 875043942,
            "stop": 875043956
        },
        {
            "start": 875043957,
            "stop": 875044648
        },
        {
            "start": 875044649,
            "stop": 875045359
        },
        {
            "start": 875045360,
            "stop": 875045493
        },
        {
            "start": 875045495,
            "stop": 875045529
        },
        {
            "start": 875045530,
            "stop": 875045534
        }
    ]
}