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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=169",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=167",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 168,
    "results": [
        {
            "start": 818082081,
            "stop": 818082084
        },
        {
            "start": 818082118,
            "stop": 818082119
        },
        {
            "start": 818082129,
            "stop": 818082130
        },
        {
            "start": 818082134,
            "stop": 818082135
        },
        {
            "start": 818082144,
            "stop": 818082146
        },
        {
            "start": 818082149,
            "stop": 818082151
        },
        {
            "start": 818082156,
            "stop": 818082158
        },
        {
            "start": 818082162,
            "stop": 818082168
        },
        {
            "start": 818082178,
            "stop": 818082180
        },
        {
            "start": 818082190,
            "stop": 818082196
        },
        {
            "start": 818082221,
            "stop": 818082222
        },
        {
            "start": 818082258,
            "stop": 818082260
        },
        {
            "start": 818082275,
            "stop": 818082280
        },
        {
            "start": 818082283,
            "stop": 818082284
        },
        {
            "start": 818082290,
            "stop": 818082293
        },
        {
            "start": 818082296,
            "stop": 818082300
        },
        {
            "start": 818082321,
            "stop": 818082324
        },
        {
            "start": 818082340,
            "stop": 818082346
        },
        {
            "start": 818082349,
            "stop": 818082350
        },
        {
            "start": 818082375,
            "stop": 818082379
        }
    ]
}