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=223
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=224",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=222",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 223,
    "results": [
        {
            "start": 931673054,
            "stop": 931673062
        },
        {
            "start": 931673066,
            "stop": 931673067
        },
        {
            "start": 931673070,
            "stop": 931673072
        },
        {
            "start": 931673077,
            "stop": 931673081
        },
        {
            "start": 931673083,
            "stop": 931673089
        },
        {
            "start": 931673092,
            "stop": 931673093
        },
        {
            "start": 931673097,
            "stop": 931673102
        },
        {
            "start": 931673105,
            "stop": 931673109
        },
        {
            "start": 931673124,
            "stop": 931673127
        },
        {
            "start": 931673130,
            "stop": 931673135
        },
        {
            "start": 931673137,
            "stop": 931673155
        },
        {
            "start": 931673163,
            "stop": 931673165
        },
        {
            "start": 931673167,
            "stop": 931673171
        },
        {
            "start": 931673174,
            "stop": 931673182
        },
        {
            "start": 931673188,
            "stop": 931673190
        },
        {
            "start": 931673193,
            "stop": 931673199
        },
        {
            "start": 931673202,
            "stop": 931673204
        },
        {
            "start": 931673207,
            "stop": 931673208
        },
        {
            "start": 931673211,
            "stop": 931673218
        },
        {
            "start": 931673221,
            "stop": 931673222
        }
    ]
}