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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=475",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=473",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 474,
    "results": [
        {
            "start": 954093895,
            "stop": 954094756
        },
        {
            "start": 954096392,
            "stop": 954096599
        },
        {
            "start": 954099305,
            "stop": 954101854
        },
        {
            "start": 954103128,
            "stop": 954113352
        },
        {
            "start": 954114426,
            "stop": 954145101
        },
        {
            "start": 954145102,
            "stop": 954145398
        },
        {
            "start": 954150216,
            "stop": 954150267
        },
        {
            "start": 954150641,
            "stop": 954159203
        },
        {
            "start": 954168933,
            "stop": 954174240
        },
        {
            "start": 954181771,
            "stop": 954183799
        },
        {
            "start": 954183830,
            "stop": 954183903
        },
        {
            "start": 954183913,
            "stop": 954184844
        },
        {
            "start": 954186170,
            "stop": 954192129
        },
        {
            "start": 954192430,
            "stop": 954198559
        },
        {
            "start": 954199957,
            "stop": 954204750
        },
        {
            "start": 954204753,
            "stop": 954227332
        },
        {
            "start": 954227335,
            "stop": 954235271
        },
        {
            "start": 954238847,
            "stop": 954245589
        },
        {
            "start": 954248876,
            "stop": 954252491
        },
        {
            "start": 954258949,
            "stop": 954267094
        }
    ]
}