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=6645
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=6646",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6644",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6645,
    "results": [
        {
            "start": 874945349,
            "stop": 874945376
        },
        {
            "start": 874945377,
            "stop": 874945446
        },
        {
            "start": 874949145,
            "stop": 874949193
        },
        {
            "start": 874949195,
            "stop": 874949278
        },
        {
            "start": 874949598,
            "stop": 874949723
        },
        {
            "start": 874950603,
            "stop": 874950723
        },
        {
            "start": 874951918,
            "stop": 874952080
        },
        {
            "start": 874952082,
            "stop": 874952088
        },
        {
            "start": 874952089,
            "stop": 874952404
        },
        {
            "start": 874954192,
            "stop": 874954299
        },
        {
            "start": 874954301,
            "stop": 874954307
        },
        {
            "start": 874954308,
            "stop": 874954376
        },
        {
            "start": 874954377,
            "stop": 874954383
        },
        {
            "start": 874954384,
            "stop": 874954386
        },
        {
            "start": 874954387,
            "stop": 874954577
        },
        {
            "start": 874954579,
            "stop": 874954604
        },
        {
            "start": 874954605,
            "stop": 874954749
        },
        {
            "start": 874954750,
            "stop": 874954770
        },
        {
            "start": 874954771,
            "stop": 874954778
        },
        {
            "start": 874954780,
            "stop": 874954839
        }
    ]
}