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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=192",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=190",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 191,
    "results": [
        {
            "start": 1421859320,
            "stop": 1421861342
        },
        {
            "start": 1421861347,
            "stop": 1421868623
        },
        {
            "start": 1421870508,
            "stop": 1421872339
        },
        {
            "start": 1421872344,
            "stop": 1421873021
        },
        {
            "start": 1421873025,
            "stop": 1421873928
        },
        {
            "start": 1421873933,
            "stop": 1421880579
        },
        {
            "start": 1421880584,
            "stop": 1421881875
        },
        {
            "start": 1421889832,
            "stop": 1421902347
        },
        {
            "start": 1421902352,
            "stop": 1421903286
        },
        {
            "start": 1421903291,
            "stop": 1421904494
        },
        {
            "start": 1421904499,
            "stop": 1421909078
        },
        {
            "start": 1421915132,
            "stop": 1421915358
        },
        {
            "start": 1421915838,
            "stop": 1421920131
        },
        {
            "start": 1421920136,
            "stop": 1421920389
        },
        {
            "start": 1421920394,
            "stop": 1421920904
        },
        {
            "start": 1421920909,
            "stop": 1421921455
        },
        {
            "start": 1421921460,
            "stop": 1421924239
        },
        {
            "start": 1421924244,
            "stop": 1421926992
        },
        {
            "start": 1421934396,
            "stop": 1421934678
        },
        {
            "start": 1421935218,
            "stop": 1421942224
        }
    ]
}