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=295
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=296",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=294",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 295,
    "results": [
        {
            "start": 1264797751,
            "stop": 1264797774
        },
        {
            "start": 1264797775,
            "stop": 1264797779
        },
        {
            "start": 1264797782,
            "stop": 1264797784
        },
        {
            "start": 1264797786,
            "stop": 1264797806
        },
        {
            "start": 1264797807,
            "stop": 1264797823
        },
        {
            "start": 1264797827,
            "stop": 1264805905
        },
        {
            "start": 1264806007,
            "stop": 1264808149
        },
        {
            "start": 1264808152,
            "stop": 1264809020
        },
        {
            "start": 1264809021,
            "stop": 1264810918
        },
        {
            "start": 1264810920,
            "stop": 1264812148
        },
        {
            "start": 1264812150,
            "stop": 1264815058
        },
        {
            "start": 1264815060,
            "stop": 1264817305
        },
        {
            "start": 1264817306,
            "stop": 1264820328
        },
        {
            "start": 1264822400,
            "stop": 1264823621
        },
        {
            "start": 1264823622,
            "stop": 1264823967
        },
        {
            "start": 1264823969,
            "stop": 1264824588
        },
        {
            "start": 1264824590,
            "stop": 1264824601
        },
        {
            "start": 1264824602,
            "stop": 1264824833
        },
        {
            "start": 1264824834,
            "stop": 1264824859
        },
        {
            "start": 1264824861,
            "stop": 1264825827
        }
    ]
}