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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5175",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5173",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5174,
    "results": [
        {
            "start": 1136268199,
            "stop": 1136268209
        },
        {
            "start": 1136268211,
            "stop": 1136268227
        },
        {
            "start": 1136268229,
            "stop": 1136268237
        },
        {
            "start": 1136268239,
            "stop": 1136268279
        },
        {
            "start": 1136268281,
            "stop": 1136268297
        },
        {
            "start": 1136268299,
            "stop": 1136268307
        },
        {
            "start": 1136268308,
            "stop": 1136268318
        },
        {
            "start": 1136268320,
            "stop": 1136268336
        },
        {
            "start": 1136268338,
            "stop": 1136268344
        },
        {
            "start": 1136268346,
            "stop": 1136268352
        },
        {
            "start": 1136268354,
            "stop": 1136268365
        },
        {
            "start": 1136268367,
            "stop": 1136268382
        },
        {
            "start": 1136268384,
            "stop": 1136268459
        },
        {
            "start": 1136268462,
            "stop": 1136268504
        },
        {
            "start": 1136268506,
            "stop": 1136268527
        },
        {
            "start": 1136268529,
            "stop": 1136268553
        },
        {
            "start": 1136268555,
            "stop": 1136268598
        },
        {
            "start": 1136268600,
            "stop": 1136268681
        },
        {
            "start": 1136268683,
            "stop": 1136268689
        },
        {
            "start": 1136268691,
            "stop": 1136268709
        }
    ]
}