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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=241",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=239",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 240,
    "results": [
        {
            "start": 820906158,
            "stop": 820906866
        },
        {
            "start": 820906870,
            "stop": 820906961
        },
        {
            "start": 820906965,
            "stop": 820906982
        },
        {
            "start": 820906985,
            "stop": 820907161
        },
        {
            "start": 820907165,
            "stop": 820907270
        },
        {
            "start": 820907273,
            "stop": 820907983
        },
        {
            "start": 820907986,
            "stop": 820908333
        },
        {
            "start": 820908337,
            "stop": 820908452
        },
        {
            "start": 820908455,
            "stop": 820908891
        },
        {
            "start": 820908894,
            "stop": 820909059
        },
        {
            "start": 820909062,
            "stop": 820909300
        },
        {
            "start": 820909303,
            "stop": 820909638
        },
        {
            "start": 820910176,
            "stop": 820910273
        },
        {
            "start": 820910277,
            "stop": 820910307
        },
        {
            "start": 820910310,
            "stop": 820910465
        },
        {
            "start": 820910468,
            "stop": 820910540
        },
        {
            "start": 820910543,
            "stop": 820910641
        },
        {
            "start": 820910644,
            "stop": 820910677
        },
        {
            "start": 820910680,
            "stop": 820910754
        },
        {
            "start": 820910757,
            "stop": 820911394
        }
    ]
}