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=231
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=232",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=230",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 231,
    "results": [
        {
            "start": 843132826,
            "stop": 843132909
        },
        {
            "start": 843133209,
            "stop": 843157011
        },
        {
            "start": 843157012,
            "stop": 843167713
        },
        {
            "start": 843168844,
            "stop": 843174973
        },
        {
            "start": 843175510,
            "stop": 843223883
        },
        {
            "start": 843223993,
            "stop": 843224207
        },
        {
            "start": 843224507,
            "stop": 843233645
        },
        {
            "start": 843233646,
            "stop": 843233671
        },
        {
            "start": 843233673,
            "stop": 843237210
        },
        {
            "start": 843237213,
            "stop": 843240055
        },
        {
            "start": 843240065,
            "stop": 843240073
        },
        {
            "start": 843240077,
            "stop": 843240079
        },
        {
            "start": 843240173,
            "stop": 843242051
        },
        {
            "start": 843242052,
            "stop": 843243384
        },
        {
            "start": 843243386,
            "stop": 843247855
        },
        {
            "start": 843247858,
            "stop": 843251589
        },
        {
            "start": 843251889,
            "stop": 843257752
        },
        {
            "start": 843258041,
            "stop": 843258131
        },
        {
            "start": 843258431,
            "stop": 843266743
        },
        {
            "start": 843266745,
            "stop": 843266747
        }
    ]
}