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=7126
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=7127",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7125",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7126,
    "results": [
        {
            "start": 874284514,
            "stop": 874284521
        },
        {
            "start": 874284523,
            "stop": 874285629
        },
        {
            "start": 874285630,
            "stop": 874285915
        },
        {
            "start": 874285916,
            "stop": 874285920
        },
        {
            "start": 874285921,
            "stop": 874286181
        },
        {
            "start": 874286182,
            "stop": 874286399
        },
        {
            "start": 874286400,
            "stop": 874286687
        },
        {
            "start": 874286688,
            "stop": 874287359
        },
        {
            "start": 874287360,
            "stop": 874287581
        },
        {
            "start": 874287582,
            "stop": 874287821
        },
        {
            "start": 874287822,
            "stop": 874287871
        },
        {
            "start": 874287872,
            "stop": 874288665
        },
        {
            "start": 874288666,
            "stop": 874289067
        },
        {
            "start": 874289068,
            "stop": 874289230
        },
        {
            "start": 874289231,
            "stop": 874289370
        },
        {
            "start": 874289372,
            "stop": 874289396
        },
        {
            "start": 874289397,
            "stop": 874289511
        },
        {
            "start": 874289512,
            "stop": 874289607
        },
        {
            "start": 874289609,
            "stop": 874289821
        },
        {
            "start": 874289822,
            "stop": 874289988
        }
    ]
}