Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=109
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=110",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=108",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 109,
    "results": [
        {
            "start": 1238661175,
            "stop": 1238661519
        },
        {
            "start": 1238661523,
            "stop": 1238661920
        },
        {
            "start": 1238661925,
            "stop": 1238662857
        },
        {
            "start": 1238662862,
            "stop": 1238664060
        },
        {
            "start": 1238664063,
            "stop": 1238664674
        },
        {
            "start": 1238664678,
            "stop": 1238666207
        },
        {
            "start": 1238666210,
            "stop": 1238667127
        },
        {
            "start": 1238667131,
            "stop": 1238668362
        },
        {
            "start": 1238668363,
            "stop": 1238669203
        },
        {
            "start": 1238669207,
            "stop": 1238670780
        },
        {
            "start": 1238670785,
            "stop": 1238671981
        },
        {
            "start": 1238671985,
            "stop": 1238672010
        },
        {
            "start": 1238672014,
            "stop": 1238672834
        },
        {
            "start": 1238672838,
            "stop": 1238672983
        },
        {
            "start": 1238672991,
            "stop": 1238674272
        },
        {
            "start": 1238677588,
            "stop": 1238677891
        },
        {
            "start": 1238677896,
            "stop": 1238678578
        },
        {
            "start": 1238678582,
            "stop": 1238680053
        },
        {
            "start": 1238680057,
            "stop": 1238680242
        },
        {
            "start": 1238680247,
            "stop": 1238680668
        }
    ]
}