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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=120",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=118",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 119,
    "results": [
        {
            "start": 1264171837,
            "stop": 1264171842
        },
        {
            "start": 1264171844,
            "stop": 1264171936
        },
        {
            "start": 1264171939,
            "stop": 1264171944
        },
        {
            "start": 1264171946,
            "stop": 1264171948
        },
        {
            "start": 1264171951,
            "stop": 1264171954
        },
        {
            "start": 1264171956,
            "stop": 1264171961
        },
        {
            "start": 1264171963,
            "stop": 1264171964
        },
        {
            "start": 1264171966,
            "stop": 1264171969
        },
        {
            "start": 1264171970,
            "stop": 1264171971
        },
        {
            "start": 1264171974,
            "stop": 1264171976
        },
        {
            "start": 1264171978,
            "stop": 1264171980
        },
        {
            "start": 1264171982,
            "stop": 1264171993
        },
        {
            "start": 1264171996,
            "stop": 1264172042
        },
        {
            "start": 1264172043,
            "stop": 1264172130
        },
        {
            "start": 1264172132,
            "stop": 1264172251
        },
        {
            "start": 1264172252,
            "stop": 1264172421
        },
        {
            "start": 1264172422,
            "stop": 1264172429
        },
        {
            "start": 1264172431,
            "stop": 1264172440
        },
        {
            "start": 1264172442,
            "stop": 1264172487
        },
        {
            "start": 1264172488,
            "stop": 1264172517
        }
    ]
}