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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41003",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41001",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41002,
    "results": [
        {
            "start": 875150038,
            "stop": 875150099
        },
        {
            "start": 875150100,
            "stop": 875150158
        },
        {
            "start": 875150159,
            "stop": 875150160
        },
        {
            "start": 875150162,
            "stop": 875150186
        },
        {
            "start": 875150187,
            "stop": 875150228
        },
        {
            "start": 875150229,
            "stop": 875150263
        },
        {
            "start": 875150265,
            "stop": 875150301
        },
        {
            "start": 875150302,
            "stop": 875150355
        },
        {
            "start": 875150356,
            "stop": 875150367
        },
        {
            "start": 875150369,
            "stop": 875150391
        },
        {
            "start": 875150393,
            "stop": 875150405
        },
        {
            "start": 875150407,
            "stop": 875150470
        },
        {
            "start": 875150472,
            "stop": 875150520
        },
        {
            "start": 875150521,
            "stop": 875150530
        },
        {
            "start": 875150531,
            "stop": 875150552
        },
        {
            "start": 875150553,
            "stop": 875150562
        },
        {
            "start": 875150564,
            "stop": 875150627
        },
        {
            "start": 875150628,
            "stop": 875150642
        },
        {
            "start": 875150643,
            "stop": 875150666
        },
        {
            "start": 875150667,
            "stop": 875150746
        }
    ]
}