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=92
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=93",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=91",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 92,
    "results": [
        {
            "start": 1263876653,
            "stop": 1263876860
        },
        {
            "start": 1263876862,
            "stop": 1263877049
        },
        {
            "start": 1263877050,
            "stop": 1263877061
        },
        {
            "start": 1263877064,
            "stop": 1263877802
        },
        {
            "start": 1263877804,
            "stop": 1263877817
        },
        {
            "start": 1263877819,
            "stop": 1263878007
        },
        {
            "start": 1263878009,
            "stop": 1263878024
        },
        {
            "start": 1263878026,
            "stop": 1263878043
        },
        {
            "start": 1263878045,
            "stop": 1263878497
        },
        {
            "start": 1263878499,
            "stop": 1263878858
        },
        {
            "start": 1263878859,
            "stop": 1263878878
        },
        {
            "start": 1263878879,
            "stop": 1263878912
        },
        {
            "start": 1263878913,
            "stop": 1263879032
        },
        {
            "start": 1263879033,
            "stop": 1263879040
        },
        {
            "start": 1263879041,
            "stop": 1263879048
        },
        {
            "start": 1263879049,
            "stop": 1263881167
        },
        {
            "start": 1263881168,
            "stop": 1263881254
        },
        {
            "start": 1263881255,
            "stop": 1263881630
        },
        {
            "start": 1263881633,
            "stop": 1263881894
        },
        {
            "start": 1263881896,
            "stop": 1263881983
        }
    ]
}