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=218
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=219",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=217",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 218,
    "results": [
        {
            "start": 841544733,
            "stop": 841554235
        },
        {
            "start": 841558223,
            "stop": 841580203
        },
        {
            "start": 841580205,
            "stop": 841585721
        },
        {
            "start": 841586829,
            "stop": 841610080
        },
        {
            "start": 841611874,
            "stop": 841614418
        },
        {
            "start": 841614662,
            "stop": 841670562
        },
        {
            "start": 841670564,
            "stop": 841670569
        },
        {
            "start": 841670570,
            "stop": 841670589
        },
        {
            "start": 841671036,
            "stop": 841679122
        },
        {
            "start": 841679123,
            "stop": 841680989
        },
        {
            "start": 841680991,
            "stop": 841681492
        },
        {
            "start": 841681493,
            "stop": 841681693
        },
        {
            "start": 841681712,
            "stop": 841681714
        },
        {
            "start": 841681822,
            "stop": 841688636
        },
        {
            "start": 841688640,
            "stop": 841688641
        },
        {
            "start": 841688644,
            "stop": 841688645
        },
        {
            "start": 841688649,
            "stop": 841688650
        },
        {
            "start": 841688653,
            "stop": 841688676
        },
        {
            "start": 841688679,
            "stop": 841688680
        },
        {
            "start": 841688789,
            "stop": 841689235
        }
    ]
}