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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=9",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=7",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 8,
    "results": [
        {
            "start": 1369101107,
            "stop": 1369103180
        },
        {
            "start": 1369103182,
            "stop": 1369105348
        },
        {
            "start": 1369105349,
            "stop": 1369106035
        },
        {
            "start": 1369106039,
            "stop": 1369107541
        },
        {
            "start": 1369107543,
            "stop": 1369108328
        },
        {
            "start": 1369108329,
            "stop": 1369109714
        },
        {
            "start": 1369109716,
            "stop": 1369110437
        },
        {
            "start": 1369110438,
            "stop": 1369111307
        },
        {
            "start": 1369111309,
            "stop": 1369112444
        },
        {
            "start": 1369112448,
            "stop": 1369113890
        },
        {
            "start": 1369113893,
            "stop": 1369114706
        },
        {
            "start": 1369114708,
            "stop": 1369114918
        },
        {
            "start": 1369114920,
            "stop": 1369116230
        },
        {
            "start": 1369116232,
            "stop": 1369117290
        },
        {
            "start": 1369117291,
            "stop": 1369117908
        },
        {
            "start": 1369117913,
            "stop": 1369118722
        },
        {
            "start": 1369118724,
            "stop": 1369119825
        },
        {
            "start": 1369119826,
            "stop": 1369119946
        },
        {
            "start": 1369119947,
            "stop": 1369121271
        },
        {
            "start": 1369121273,
            "stop": 1369122459
        }
    ]
}