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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7063",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7061",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7062,
    "results": [
        {
            "start": 874236200,
            "stop": 874236256
        },
        {
            "start": 874236259,
            "stop": 874236685
        },
        {
            "start": 874236688,
            "stop": 874237527
        },
        {
            "start": 874237531,
            "stop": 874237687
        },
        {
            "start": 874237690,
            "stop": 874238135
        },
        {
            "start": 874238138,
            "stop": 874238231
        },
        {
            "start": 874238234,
            "stop": 874238540
        },
        {
            "start": 874238543,
            "stop": 874238555
        },
        {
            "start": 874240518,
            "stop": 874240521
        },
        {
            "start": 874240522,
            "stop": 874240523
        },
        {
            "start": 874240525,
            "stop": 874240533
        },
        {
            "start": 874240535,
            "stop": 874240537
        },
        {
            "start": 874240539,
            "stop": 874240542
        },
        {
            "start": 874240543,
            "stop": 874240545
        },
        {
            "start": 874240546,
            "stop": 874240558
        },
        {
            "start": 874240559,
            "stop": 874240561
        },
        {
            "start": 874240563,
            "stop": 874240572
        },
        {
            "start": 874240573,
            "stop": 874240584
        },
        {
            "start": 874240585,
            "stop": 874240587
        },
        {
            "start": 874240588,
            "stop": 874240599
        }
    ]
}