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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=286",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=284",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 285,
    "results": [
        {
            "start": 1264762885,
            "stop": 1264762907
        },
        {
            "start": 1264762911,
            "stop": 1264762917
        },
        {
            "start": 1264762918,
            "stop": 1264762919
        },
        {
            "start": 1264762920,
            "stop": 1264762923
        },
        {
            "start": 1264762924,
            "stop": 1264762926
        },
        {
            "start": 1264762927,
            "stop": 1264762936
        },
        {
            "start": 1264762937,
            "stop": 1264762941
        },
        {
            "start": 1264762942,
            "stop": 1264762946
        },
        {
            "start": 1264762947,
            "stop": 1264762949
        },
        {
            "start": 1264762951,
            "stop": 1264762954
        },
        {
            "start": 1264762957,
            "stop": 1264762958
        },
        {
            "start": 1264762959,
            "stop": 1264762961
        },
        {
            "start": 1264762962,
            "stop": 1264762963
        },
        {
            "start": 1264762964,
            "stop": 1264762965
        },
        {
            "start": 1264762969,
            "stop": 1264763051
        },
        {
            "start": 1264763053,
            "stop": 1264763054
        },
        {
            "start": 1264763055,
            "stop": 1264763056
        },
        {
            "start": 1264763057,
            "stop": 1264763058
        },
        {
            "start": 1264763060,
            "stop": 1264763061
        },
        {
            "start": 1264763062,
            "stop": 1264763204
        }
    ]
}