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=351
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=352",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=350",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 351,
    "results": [
        {
            "start": 1264167725,
            "stop": 1264168085
        },
        {
            "start": 1264168090,
            "stop": 1264168141
        },
        {
            "start": 1264168143,
            "stop": 1264168529
        },
        {
            "start": 1264168531,
            "stop": 1264168625
        },
        {
            "start": 1264168626,
            "stop": 1264168818
        },
        {
            "start": 1264168820,
            "stop": 1264168824
        },
        {
            "start": 1264168829,
            "stop": 1264168879
        },
        {
            "start": 1264168881,
            "stop": 1264169082
        },
        {
            "start": 1264169084,
            "stop": 1264169232
        },
        {
            "start": 1264169235,
            "stop": 1264169269
        },
        {
            "start": 1264169271,
            "stop": 1264169404
        },
        {
            "start": 1264169405,
            "stop": 1264169672
        },
        {
            "start": 1264169676,
            "stop": 1264169993
        },
        {
            "start": 1264169994,
            "stop": 1264170092
        },
        {
            "start": 1264170094,
            "stop": 1264170231
        },
        {
            "start": 1264170234,
            "stop": 1264170299
        },
        {
            "start": 1264170307,
            "stop": 1264170311
        },
        {
            "start": 1264170313,
            "stop": 1264170415
        },
        {
            "start": 1264170417,
            "stop": 1264170767
        },
        {
            "start": 1264170769,
            "stop": 1264171178
        }
    ]
}