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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=168",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=166",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 167,
    "results": [
        {
            "start": 931599175,
            "stop": 931599177
        },
        {
            "start": 931599185,
            "stop": 931599201
        },
        {
            "start": 931599205,
            "stop": 931599206
        },
        {
            "start": 931599209,
            "stop": 931599211
        },
        {
            "start": 931599214,
            "stop": 931599215
        },
        {
            "start": 931599220,
            "stop": 931599240
        },
        {
            "start": 931599243,
            "stop": 931599246
        },
        {
            "start": 931599249,
            "stop": 931599250
        },
        {
            "start": 931599253,
            "stop": 931599254
        },
        {
            "start": 931599257,
            "stop": 931599258
        },
        {
            "start": 931599261,
            "stop": 931599266
        },
        {
            "start": 931599269,
            "stop": 931599273
        },
        {
            "start": 931599278,
            "stop": 931599287
        },
        {
            "start": 931599292,
            "stop": 931599297
        },
        {
            "start": 931599300,
            "stop": 931599303
        },
        {
            "start": 931599306,
            "stop": 931599313
        },
        {
            "start": 931599317,
            "stop": 931599318
        },
        {
            "start": 931599324,
            "stop": 931599327
        },
        {
            "start": 931599331,
            "stop": 931599332
        },
        {
            "start": 931599335,
            "stop": 931599339
        }
    ]
}