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=7139
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=7140",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7138",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7139,
    "results": [
        {
            "start": 874345453,
            "stop": 874345459
        },
        {
            "start": 874345460,
            "stop": 874345494
        },
        {
            "start": 874345497,
            "stop": 874345500
        },
        {
            "start": 874345560,
            "stop": 874345610
        },
        {
            "start": 874345611,
            "stop": 874345711
        },
        {
            "start": 874345712,
            "stop": 874345892
        },
        {
            "start": 874345893,
            "stop": 874345967
        },
        {
            "start": 874345968,
            "stop": 874346248
        },
        {
            "start": 874346250,
            "stop": 874346330
        },
        {
            "start": 874346331,
            "stop": 874346359
        },
        {
            "start": 874346360,
            "stop": 874346513
        },
        {
            "start": 874346514,
            "stop": 874346546
        },
        {
            "start": 874346548,
            "stop": 874346669
        },
        {
            "start": 874346670,
            "stop": 874347029
        },
        {
            "start": 874347030,
            "stop": 874347126
        },
        {
            "start": 874347127,
            "stop": 874347136
        },
        {
            "start": 874347137,
            "stop": 874347269
        },
        {
            "start": 874347271,
            "stop": 874347274
        },
        {
            "start": 874347275,
            "stop": 874347319
        },
        {
            "start": 874347320,
            "stop": 874347395
        }
    ]
}