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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=188",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=186",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 187,
    "results": [
        {
            "start": 931475979,
            "stop": 931475984
        },
        {
            "start": 931475986,
            "stop": 931476002
        },
        {
            "start": 931476003,
            "stop": 931476022
        },
        {
            "start": 931476024,
            "stop": 931476048
        },
        {
            "start": 931476050,
            "stop": 931476051
        },
        {
            "start": 931476053,
            "stop": 931476059
        },
        {
            "start": 931476061,
            "stop": 931476098
        },
        {
            "start": 931476100,
            "stop": 931476139
        },
        {
            "start": 931476140,
            "stop": 931476193
        },
        {
            "start": 931476195,
            "stop": 931476230
        },
        {
            "start": 931476233,
            "stop": 931476290
        },
        {
            "start": 931476291,
            "stop": 931476325
        },
        {
            "start": 931476327,
            "stop": 931476344
        },
        {
            "start": 931476346,
            "stop": 931476391
        },
        {
            "start": 931476393,
            "stop": 931476404
        },
        {
            "start": 931476406,
            "stop": 931476439
        },
        {
            "start": 931476442,
            "stop": 931476450
        },
        {
            "start": 931476452,
            "stop": 931476503
        },
        {
            "start": 931476504,
            "stop": 931476505
        },
        {
            "start": 931476507,
            "stop": 931476523
        }
    ]
}