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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=289",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=287",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 288,
    "results": [
        {
            "start": 1260206673,
            "stop": 1260206747
        },
        {
            "start": 1260206749,
            "stop": 1260207156
        },
        {
            "start": 1260207158,
            "stop": 1260207236
        },
        {
            "start": 1260207237,
            "stop": 1260207315
        },
        {
            "start": 1260207316,
            "stop": 1260207527
        },
        {
            "start": 1260207529,
            "stop": 1260207635
        },
        {
            "start": 1260207636,
            "stop": 1260207659
        },
        {
            "start": 1260207660,
            "stop": 1260207942
        },
        {
            "start": 1260207943,
            "stop": 1260207972
        },
        {
            "start": 1260207973,
            "stop": 1260208340
        },
        {
            "start": 1260208343,
            "stop": 1260208471
        },
        {
            "start": 1260208474,
            "stop": 1260208571
        },
        {
            "start": 1260208572,
            "stop": 1260208579
        },
        {
            "start": 1260208580,
            "stop": 1260208586
        },
        {
            "start": 1260208588,
            "stop": 1260208686
        },
        {
            "start": 1260208687,
            "stop": 1260208924
        },
        {
            "start": 1260208926,
            "stop": 1260208962
        },
        {
            "start": 1260208964,
            "stop": 1260208971
        },
        {
            "start": 1260209077,
            "stop": 1260209329
        },
        {
            "start": 1260209331,
            "stop": 1260209354
        }
    ]
}