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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=98",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=96",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 97,
    "results": [
        {
            "start": 1174774480,
            "stop": 1174774573
        },
        {
            "start": 1174774577,
            "stop": 1174774940
        },
        {
            "start": 1174774952,
            "stop": 1174775350
        },
        {
            "start": 1174775360,
            "stop": 1174775677
        },
        {
            "start": 1174778291,
            "stop": 1174779764
        },
        {
            "start": 1174779768,
            "stop": 1174779963
        },
        {
            "start": 1174779967,
            "stop": 1174780220
        },
        {
            "start": 1174780240,
            "stop": 1174786590
        },
        {
            "start": 1174786593,
            "stop": 1174786997
        },
        {
            "start": 1174787000,
            "stop": 1174796291
        },
        {
            "start": 1174813304,
            "stop": 1174813482
        },
        {
            "start": 1174816071,
            "stop": 1174817126
        },
        {
            "start": 1174819583,
            "stop": 1174821274
        },
        {
            "start": 1174821442,
            "stop": 1174822486
        },
        {
            "start": 1174822763,
            "stop": 1174830460
        },
        {
            "start": 1174830560,
            "stop": 1174830982
        },
        {
            "start": 1174881173,
            "stop": 1174882761
        },
        {
            "start": 1174885769,
            "stop": 1174901732
        },
        {
            "start": 1174902264,
            "stop": 1174908149
        },
        {
            "start": 1174908153,
            "stop": 1174917620
        }
    ]
}