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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=193",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=191",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 192,
    "results": [
        {
            "start": 1385708407,
            "stop": 1385710427
        },
        {
            "start": 1385710432,
            "stop": 1385713434
        },
        {
            "start": 1385713439,
            "stop": 1385713979
        },
        {
            "start": 1385713984,
            "stop": 1385716919
        },
        {
            "start": 1385716924,
            "stop": 1385719036
        },
        {
            "start": 1385719041,
            "stop": 1385719838
        },
        {
            "start": 1385726018,
            "stop": 1385726218
        },
        {
            "start": 1385726223,
            "stop": 1385733899
        },
        {
            "start": 1385733902,
            "stop": 1385734812
        },
        {
            "start": 1385734815,
            "stop": 1385743164
        },
        {
            "start": 1385743167,
            "stop": 1385748971
        },
        {
            "start": 1385758559,
            "stop": 1385767762
        },
        {
            "start": 1385767777,
            "stop": 1385769000
        },
        {
            "start": 1385769005,
            "stop": 1385779222
        },
        {
            "start": 1385779227,
            "stop": 1385781786
        },
        {
            "start": 1385781791,
            "stop": 1385782047
        },
        {
            "start": 1385782052,
            "stop": 1385782349
        },
        {
            "start": 1385782354,
            "stop": 1385782472
        },
        {
            "start": 1385782477,
            "stop": 1385788900
        },
        {
            "start": 1385788905,
            "stop": 1385797753
        }
    ]
}