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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1798",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1796",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1797,
    "results": [
        {
            "start": 1249696669,
            "stop": 1249696724
        },
        {
            "start": 1249696727,
            "stop": 1249697150
        },
        {
            "start": 1249697151,
            "stop": 1249698366
        },
        {
            "start": 1249698369,
            "stop": 1249699490
        },
        {
            "start": 1249699493,
            "stop": 1249699496
        },
        {
            "start": 1249699497,
            "stop": 1249699498
        },
        {
            "start": 1249699499,
            "stop": 1249699522
        },
        {
            "start": 1249699525,
            "stop": 1249699526
        },
        {
            "start": 1249699531,
            "stop": 1249699533
        },
        {
            "start": 1249699537,
            "stop": 1249699538
        },
        {
            "start": 1249699539,
            "stop": 1249699598
        },
        {
            "start": 1249699599,
            "stop": 1249699600
        },
        {
            "start": 1249699601,
            "stop": 1249699604
        },
        {
            "start": 1249699607,
            "stop": 1249699608
        },
        {
            "start": 1249699609,
            "stop": 1249699638
        },
        {
            "start": 1249699641,
            "stop": 1249699806
        },
        {
            "start": 1249699807,
            "stop": 1249699808
        },
        {
            "start": 1249699834,
            "stop": 1249699835
        },
        {
            "start": 1249699855,
            "stop": 1249699856
        },
        {
            "start": 1249699857,
            "stop": 1249699862
        }
    ]
}