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=40774
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=40775",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40773",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40774,
    "results": [
        {
            "start": 874992312,
            "stop": 874992323
        },
        {
            "start": 874992325,
            "stop": 874992329
        },
        {
            "start": 874992330,
            "stop": 874992345
        },
        {
            "start": 874992346,
            "stop": 874992363
        },
        {
            "start": 874992364,
            "stop": 874992366
        },
        {
            "start": 874992367,
            "stop": 874992368
        },
        {
            "start": 874992370,
            "stop": 874992376
        },
        {
            "start": 874992377,
            "stop": 874992393
        },
        {
            "start": 874992394,
            "stop": 874992402
        },
        {
            "start": 874992403,
            "stop": 874992404
        },
        {
            "start": 874992405,
            "stop": 874992415
        },
        {
            "start": 874992416,
            "stop": 874992449
        },
        {
            "start": 874992450,
            "stop": 874992454
        },
        {
            "start": 874992455,
            "stop": 874992457
        },
        {
            "start": 874992458,
            "stop": 874992460
        },
        {
            "start": 874992461,
            "stop": 874992473
        },
        {
            "start": 874992474,
            "stop": 874992483
        },
        {
            "start": 874992484,
            "stop": 874992489
        },
        {
            "start": 874992490,
            "stop": 874992491
        },
        {
            "start": 874992494,
            "stop": 874992500
        }
    ]
}