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=270
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=271",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=269",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 270,
    "results": [
        {
            "start": 822474567,
            "stop": 822474723
        },
        {
            "start": 822474726,
            "stop": 822474728
        },
        {
            "start": 822474731,
            "stop": 822474901
        },
        {
            "start": 822474904,
            "stop": 822474906
        },
        {
            "start": 822474909,
            "stop": 822474983
        },
        {
            "start": 822474986,
            "stop": 822475054
        },
        {
            "start": 822475058,
            "stop": 822475083
        },
        {
            "start": 822475088,
            "stop": 822475204
        },
        {
            "start": 822475354,
            "stop": 822475520
        },
        {
            "start": 822475523,
            "stop": 822475562
        },
        {
            "start": 822475565,
            "stop": 822475604
        },
        {
            "start": 822475785,
            "stop": 822475802
        },
        {
            "start": 822475805,
            "stop": 822476084
        },
        {
            "start": 822476368,
            "stop": 822476769
        },
        {
            "start": 822476772,
            "stop": 822476952
        },
        {
            "start": 822476955,
            "stop": 822477092
        },
        {
            "start": 822477096,
            "stop": 822477131
        },
        {
            "start": 822477134,
            "stop": 822477164
        },
        {
            "start": 822477345,
            "stop": 822477411
        },
        {
            "start": 822478157,
            "stop": 822478273
        }
    ]
}