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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=203",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=201",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 202,
    "results": [
        {
            "start": 847101691,
            "stop": 847120121
        },
        {
            "start": 847120231,
            "stop": 847120555
        },
        {
            "start": 847120645,
            "stop": 847120687
        },
        {
            "start": 847120829,
            "stop": 847120965
        },
        {
            "start": 847122524,
            "stop": 847122878
        },
        {
            "start": 847123086,
            "stop": 847130068
        },
        {
            "start": 847130186,
            "stop": 847132256
        },
        {
            "start": 847132258,
            "stop": 847133876
        },
        {
            "start": 847181954,
            "stop": 847225973
        },
        {
            "start": 847226069,
            "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": 847361044
        },
        {
            "start": 847361260,
            "stop": 847381258
        },
        {
            "start": 847381830,
            "stop": 847383641
        },
        {
            "start": 847383751,
            "stop": 847383752
        }
    ]
}