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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=33",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=31",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 32,
    "results": [
        {
            "start": 1400183021,
            "stop": 1400185221
        },
        {
            "start": 1400185269,
            "stop": 1400186669
        },
        {
            "start": 1400186733,
            "stop": 1400187621
        },
        {
            "start": 1400187685,
            "stop": 1400187733
        },
        {
            "start": 1400187829,
            "stop": 1400188101
        },
        {
            "start": 1400188165,
            "stop": 1400188325
        },
        {
            "start": 1400188373,
            "stop": 1400189197
        },
        {
            "start": 1400189245,
            "stop": 1400190709
        },
        {
            "start": 1400190714,
            "stop": 1400191741
        },
        {
            "start": 1400191746,
            "stop": 1400195621
        },
        {
            "start": 1400195685,
            "stop": 1400199397
        },
        {
            "start": 1400199461,
            "stop": 1400200061
        },
        {
            "start": 1400200125,
            "stop": 1400204029
        },
        {
            "start": 1400204093,
            "stop": 1400208008
        },
        {
            "start": 1400208012,
            "stop": 1400211111
        },
        {
            "start": 1400211115,
            "stop": 1400212919
        },
        {
            "start": 1400212924,
            "stop": 1400213306
        },
        {
            "start": 1400213370,
            "stop": 1400213498
        },
        {
            "start": 1400213501,
            "stop": 1400214362
        },
        {
            "start": 1400214410,
            "stop": 1400216059
        }
    ]
}