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=166
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=167",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=165",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 166,
    "results": [
        {
            "start": 835546431,
            "stop": 835551540
        },
        {
            "start": 835552443,
            "stop": 835555573
        },
        {
            "start": 835556460,
            "stop": 835562587
        },
        {
            "start": 835562590,
            "stop": 835565644
        },
        {
            "start": 835566584,
            "stop": 835567194
        },
        {
            "start": 835568813,
            "stop": 835618542
        },
        {
            "start": 835618544,
            "stop": 835618584
        },
        {
            "start": 835618585,
            "stop": 835637629
        },
        {
            "start": 835637630,
            "stop": 835637632
        },
        {
            "start": 835637634,
            "stop": 835637655
        },
        {
            "start": 835638761,
            "stop": 835639461
        },
        {
            "start": 835639462,
            "stop": 835639467
        },
        {
            "start": 835639468,
            "stop": 835639485
        },
        {
            "start": 835639487,
            "stop": 835639496
        },
        {
            "start": 835639497,
            "stop": 835643653
        },
        {
            "start": 835644781,
            "stop": 835647740
        },
        {
            "start": 835649172,
            "stop": 835652298
        },
        {
            "start": 835652482,
            "stop": 835654977
        },
        {
            "start": 835654981,
            "stop": 835655434
        },
        {
            "start": 835690522,
            "stop": 835696794
        }
    ]
}