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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_CBC_CAT2/segments?format=api&page=14",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_CBC_CAT2/segments?format=api&page=12",
    "results_count": 1162,
    "results_per_page": 20,
    "num_pages": 59,
    "page_number": 13,
    "results": [
        {
            "start": 1400158233,
            "stop": 1400165877
        },
        {
            "start": 1400165925,
            "stop": 1400166469
        },
        {
            "start": 1400166517,
            "stop": 1400169354
        },
        {
            "start": 1400173017,
            "stop": 1400179933
        },
        {
            "start": 1400179997,
            "stop": 1400180917
        },
        {
            "start": 1400180965,
            "stop": 1400182605
        },
        {
            "start": 1400182653,
            "stop": 1400182973
        },
        {
            "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": 1400195621
        },
        {
            "start": 1400195685,
            "stop": 1400199397
        },
        {
            "start": 1400199461,
            "stop": 1400200061
        },
        {
            "start": 1400200125,
            "stop": 1400204029
        },
        {
            "start": 1400204093,
            "stop": 1400212919
        },
        {
            "start": 1400212924,
            "stop": 1400213306
        }
    ]
}