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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=70",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=68",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 69,
    "results": [
        {
            "start": 1126530330,
            "stop": 1126530335
        },
        {
            "start": 1126530336,
            "stop": 1126530375
        },
        {
            "start": 1126530377,
            "stop": 1126530472
        },
        {
            "start": 1126530474,
            "stop": 1126530543
        },
        {
            "start": 1126530545,
            "stop": 1126530548
        },
        {
            "start": 1126530549,
            "stop": 1126530552
        },
        {
            "start": 1126530555,
            "stop": 1126530558
        },
        {
            "start": 1126530560,
            "stop": 1126530561
        },
        {
            "start": 1126530563,
            "stop": 1126530565
        },
        {
            "start": 1126530570,
            "stop": 1126530577
        },
        {
            "start": 1126530578,
            "stop": 1126530587
        },
        {
            "start": 1126530588,
            "stop": 1126530591
        },
        {
            "start": 1126530593,
            "stop": 1126530598
        },
        {
            "start": 1126530601,
            "stop": 1126530602
        },
        {
            "start": 1126530604,
            "stop": 1126530605
        },
        {
            "start": 1126530607,
            "stop": 1126530609
        },
        {
            "start": 1126530611,
            "stop": 1126530612
        },
        {
            "start": 1126530614,
            "stop": 1126530619
        },
        {
            "start": 1126530621,
            "stop": 1126530624
        },
        {
            "start": 1126530625,
            "stop": 1126530626
        }
    ]
}