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=319
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=320",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=318",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 319,
    "results": [
        {
            "start": 1264907540,
            "stop": 1264907542
        },
        {
            "start": 1264907545,
            "stop": 1264907643
        },
        {
            "start": 1264907644,
            "stop": 1264907647
        },
        {
            "start": 1264907653,
            "stop": 1264907659
        },
        {
            "start": 1264907660,
            "stop": 1264907670
        },
        {
            "start": 1264907671,
            "stop": 1264907672
        },
        {
            "start": 1264907675,
            "stop": 1264907692
        },
        {
            "start": 1264907693,
            "stop": 1264907696
        },
        {
            "start": 1264907697,
            "stop": 1264907705
        },
        {
            "start": 1264907707,
            "stop": 1264907714
        },
        {
            "start": 1264907715,
            "stop": 1264907730
        },
        {
            "start": 1264907731,
            "stop": 1264907761
        },
        {
            "start": 1264907762,
            "stop": 1264907764
        },
        {
            "start": 1264907765,
            "stop": 1264907768
        },
        {
            "start": 1264907770,
            "stop": 1264907837
        },
        {
            "start": 1264907838,
            "stop": 1264907839
        },
        {
            "start": 1264907840,
            "stop": 1264907843
        },
        {
            "start": 1264907847,
            "stop": 1264907850
        },
        {
            "start": 1264907852,
            "stop": 1264907882
        },
        {
            "start": 1264907883,
            "stop": 1264907893
        }
    ]
}