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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=305",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=303",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 304,
    "results": [
        {
            "start": 1263690679,
            "stop": 1263690688
        },
        {
            "start": 1263690691,
            "stop": 1263691383
        },
        {
            "start": 1263691388,
            "stop": 1263694493
        },
        {
            "start": 1263694495,
            "stop": 1263695513
        },
        {
            "start": 1263695517,
            "stop": 1263695863
        },
        {
            "start": 1263695866,
            "stop": 1263697638
        },
        {
            "start": 1263697770,
            "stop": 1263697920
        },
        {
            "start": 1263697924,
            "stop": 1263702488
        },
        {
            "start": 1263702491,
            "stop": 1263703778
        },
        {
            "start": 1263703781,
            "stop": 1263703856
        },
        {
            "start": 1263703858,
            "stop": 1263706329
        },
        {
            "start": 1263706333,
            "stop": 1263708652
        },
        {
            "start": 1263708657,
            "stop": 1263708851
        },
        {
            "start": 1263708856,
            "stop": 1263709201
        },
        {
            "start": 1263709206,
            "stop": 1263709240
        },
        {
            "start": 1263709245,
            "stop": 1263714301
        },
        {
            "start": 1263714306,
            "stop": 1263714829
        },
        {
            "start": 1263714830,
            "stop": 1263715032
        },
        {
            "start": 1263715034,
            "stop": 1263715455
        },
        {
            "start": 1263715459,
            "stop": 1263715700
        }
    ]
}