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_CAT3E/segments?format=api&page=271
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=272",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=270",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 271,
    "results": [
        {
            "start": 822478491,
            "stop": 822478596
        },
        {
            "start": 822478599,
            "stop": 822478635
        },
        {
            "start": 822478638,
            "stop": 822478712
        },
        {
            "start": 822478715,
            "stop": 822478753
        },
        {
            "start": 822480318,
            "stop": 822480331
        },
        {
            "start": 822480334,
            "stop": 822480337
        },
        {
            "start": 822480340,
            "stop": 822480502
        },
        {
            "start": 822480506,
            "stop": 822480637
        },
        {
            "start": 822480641,
            "stop": 822480862
        },
        {
            "start": 822480865,
            "stop": 822480983
        },
        {
            "start": 822480987,
            "stop": 822481027
        },
        {
            "start": 822481030,
            "stop": 822481086
        },
        {
            "start": 822481090,
            "stop": 822481120
        },
        {
            "start": 822481123,
            "stop": 822481169
        },
        {
            "start": 822481172,
            "stop": 822481174
        },
        {
            "start": 822481177,
            "stop": 822481179
        },
        {
            "start": 822481182,
            "stop": 822481223
        },
        {
            "start": 822481226,
            "stop": 822481251
        },
        {
            "start": 822481254,
            "stop": 822481359
        },
        {
            "start": 822481363,
            "stop": 822481525
        }
    ]
}