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=6473
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=6474",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6472",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6473,
    "results": [
        {
            "start": 874069547,
            "stop": 874069784
        },
        {
            "start": 874069785,
            "stop": 874069920
        },
        {
            "start": 874069921,
            "stop": 874069972
        },
        {
            "start": 874069973,
            "stop": 874070652
        },
        {
            "start": 874070653,
            "stop": 874071185
        },
        {
            "start": 874071186,
            "stop": 874071454
        },
        {
            "start": 874071456,
            "stop": 874071688
        },
        {
            "start": 874071689,
            "stop": 874071923
        },
        {
            "start": 874071924,
            "stop": 874071968
        },
        {
            "start": 874071970,
            "stop": 874072092
        },
        {
            "start": 874072093,
            "stop": 874072141
        },
        {
            "start": 874072142,
            "stop": 874072254
        },
        {
            "start": 874072255,
            "stop": 874072502
        },
        {
            "start": 874072503,
            "stop": 874072846
        },
        {
            "start": 874072847,
            "stop": 874073023
        },
        {
            "start": 874073024,
            "stop": 874073111
        },
        {
            "start": 874073112,
            "stop": 874073222
        },
        {
            "start": 874073223,
            "stop": 874073874
        },
        {
            "start": 874073875,
            "stop": 874074298
        },
        {
            "start": 874074300,
            "stop": 874074535
        }
    ]
}