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=270
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=271",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=269",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 270,
    "results": [
        {
            "start": 847223850,
            "stop": 847223854
        },
        {
            "start": 847223857,
            "stop": 847224784
        },
        {
            "start": 847224787,
            "stop": 847225933
        },
        {
            "start": 847226069,
            "stop": 847226270
        },
        {
            "start": 847226275,
            "stop": 847227891
        },
        {
            "start": 847227894,
            "stop": 847227898
        },
        {
            "start": 847227903,
            "stop": 847227908
        },
        {
            "start": 847227911,
            "stop": 847229781
        },
        {
            "start": 847229788,
            "stop": 847230525
        },
        {
            "start": 847235374,
            "stop": 847237308
        },
        {
            "start": 847237608,
            "stop": 847239487
        },
        {
            "start": 847265469,
            "stop": 847266139
        },
        {
            "start": 847266490,
            "stop": 847317984
        },
        {
            "start": 847318094,
            "stop": 847318886
        },
        {
            "start": 847319186,
            "stop": 847334433
        },
        {
            "start": 847348466,
            "stop": 847355814
        },
        {
            "start": 847355816,
            "stop": 847361040
        },
        {
            "start": 847361042,
            "stop": 847361044
        },
        {
            "start": 847361260,
            "stop": 847371364
        },
        {
            "start": 847371366,
            "stop": 847371378
        }
    ]
}