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=165
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=166",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=164",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 165,
    "results": [
        {
            "start": 1264351523,
            "stop": 1264351582
        },
        {
            "start": 1264351583,
            "stop": 1264351584
        },
        {
            "start": 1264351585,
            "stop": 1264351618
        },
        {
            "start": 1264351621,
            "stop": 1264351622
        },
        {
            "start": 1264351623,
            "stop": 1264351627
        },
        {
            "start": 1264351628,
            "stop": 1264351642
        },
        {
            "start": 1264351650,
            "stop": 1264351652
        },
        {
            "start": 1264351653,
            "stop": 1264351729
        },
        {
            "start": 1264351730,
            "stop": 1264351735
        },
        {
            "start": 1264351737,
            "stop": 1264351742
        },
        {
            "start": 1264351743,
            "stop": 1264351765
        },
        {
            "start": 1264351766,
            "stop": 1264351843
        },
        {
            "start": 1264351845,
            "stop": 1264352064
        },
        {
            "start": 1264352065,
            "stop": 1264352103
        },
        {
            "start": 1264352104,
            "stop": 1264352169
        },
        {
            "start": 1264352170,
            "stop": 1264352189
        },
        {
            "start": 1264352190,
            "stop": 1264352237
        },
        {
            "start": 1264352239,
            "stop": 1264352248
        },
        {
            "start": 1264352249,
            "stop": 1264352256
        },
        {
            "start": 1264352259,
            "stop": 1264352260
        }
    ]
}