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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=207",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=205",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 206,
    "results": [
        {
            "start": 1375431045,
            "stop": 1375432247
        },
        {
            "start": 1375432249,
            "stop": 1375433192
        },
        {
            "start": 1375433194,
            "stop": 1375433932
        },
        {
            "start": 1375433934,
            "stop": 1375434339
        },
        {
            "start": 1375434341,
            "stop": 1375435299
        },
        {
            "start": 1375435301,
            "stop": 1375436374
        },
        {
            "start": 1375436376,
            "stop": 1375437406
        },
        {
            "start": 1375437408,
            "stop": 1375438478
        },
        {
            "start": 1375438480,
            "stop": 1375440168
        },
        {
            "start": 1375446910,
            "stop": 1375446942
        },
        {
            "start": 1375476431,
            "stop": 1375477246
        },
        {
            "start": 1375477247,
            "stop": 1375478367
        },
        {
            "start": 1375478369,
            "stop": 1375479651
        },
        {
            "start": 1375479653,
            "stop": 1375481813
        },
        {
            "start": 1375481814,
            "stop": 1375483535
        },
        {
            "start": 1375483536,
            "stop": 1375484530
        },
        {
            "start": 1375484535,
            "stop": 1375484615
        },
        {
            "start": 1375484617,
            "stop": 1375485645
        },
        {
            "start": 1375485647,
            "stop": 1375486595
        },
        {
            "start": 1375486596,
            "stop": 1375487191
        }
    ]
}