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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=111",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=109",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 110,
    "results": [
        {
            "start": 827409945,
            "stop": 827428542
        },
        {
            "start": 827429996,
            "stop": 827447829
        },
        {
            "start": 827447833,
            "stop": 827458085
        },
        {
            "start": 827458088,
            "stop": 827460241
        },
        {
            "start": 827460244,
            "stop": 827461847
        },
        {
            "start": 827462260,
            "stop": 827464892
        },
        {
            "start": 827465303,
            "stop": 827466463
        },
        {
            "start": 827466776,
            "stop": 827503755
        },
        {
            "start": 827504055,
            "stop": 827506075
        },
        {
            "start": 827506077,
            "stop": 827510675
        },
        {
            "start": 827510680,
            "stop": 827510693
        },
        {
            "start": 827510696,
            "stop": 827510702
        },
        {
            "start": 827510709,
            "stop": 827510720
        },
        {
            "start": 827510725,
            "stop": 827513028
        },
        {
            "start": 827513030,
            "stop": 827513050
        },
        {
            "start": 827520565,
            "stop": 827528548
        },
        {
            "start": 827528848,
            "stop": 827536973
        },
        {
            "start": 827537273,
            "stop": 827555653
        },
        {
            "start": 827555662,
            "stop": 827555663
        },
        {
            "start": 827556093,
            "stop": 827588360
        }
    ]
}