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=41056
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=41057",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41055",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41056,
    "results": [
        {
            "start": 875201150,
            "stop": 875201156
        },
        {
            "start": 875201157,
            "stop": 875201164
        },
        {
            "start": 875201165,
            "stop": 875201169
        },
        {
            "start": 875201170,
            "stop": 875201175
        },
        {
            "start": 875201177,
            "stop": 875201187
        },
        {
            "start": 875201189,
            "stop": 875201191
        },
        {
            "start": 875201192,
            "stop": 875201222
        },
        {
            "start": 875201223,
            "stop": 875201236
        },
        {
            "start": 875201237,
            "stop": 875201271
        },
        {
            "start": 875201275,
            "stop": 875201285
        },
        {
            "start": 875201286,
            "stop": 875201309
        },
        {
            "start": 875201310,
            "stop": 875201311
        },
        {
            "start": 875201313,
            "stop": 875201328
        },
        {
            "start": 875201330,
            "stop": 875201343
        },
        {
            "start": 875201344,
            "stop": 875201395
        },
        {
            "start": 875201397,
            "stop": 875201453
        },
        {
            "start": 875201454,
            "stop": 875201491
        },
        {
            "start": 875201493,
            "stop": 875201527
        },
        {
            "start": 875201528,
            "stop": 875201556
        },
        {
            "start": 875201557,
            "stop": 875201571
        }
    ]
}