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=40977
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=40978",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40976",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40977,
    "results": [
        {
            "start": 875136150,
            "stop": 875136249
        },
        {
            "start": 875136250,
            "stop": 875136257
        },
        {
            "start": 875136259,
            "stop": 875136261
        },
        {
            "start": 875136262,
            "stop": 875136294
        },
        {
            "start": 875136295,
            "stop": 875136343
        },
        {
            "start": 875136344,
            "stop": 875136402
        },
        {
            "start": 875136403,
            "stop": 875136463
        },
        {
            "start": 875136464,
            "stop": 875136491
        },
        {
            "start": 875136492,
            "stop": 875136567
        },
        {
            "start": 875136568,
            "stop": 875136736
        },
        {
            "start": 875136737,
            "stop": 875136815
        },
        {
            "start": 875136816,
            "stop": 875136834
        },
        {
            "start": 875136835,
            "stop": 875136872
        },
        {
            "start": 875136873,
            "stop": 875136912
        },
        {
            "start": 875136913,
            "stop": 875136917
        },
        {
            "start": 875136918,
            "stop": 875136919
        },
        {
            "start": 875136920,
            "stop": 875136934
        },
        {
            "start": 875136935,
            "stop": 875136937
        },
        {
            "start": 875136938,
            "stop": 875136947
        },
        {
            "start": 875136948,
            "stop": 875136964
        }
    ]
}