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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=243",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=241",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 242,
    "results": [
        {
            "start": 844431961,
            "stop": 844435338
        },
        {
            "start": 844435692,
            "stop": 844440038
        },
        {
            "start": 844440148,
            "stop": 844440200
        },
        {
            "start": 844440500,
            "stop": 844445692
        },
        {
            "start": 844445695,
            "stop": 844446098
        },
        {
            "start": 844446208,
            "stop": 844447771
        },
        {
            "start": 844448205,
            "stop": 844448268
        },
        {
            "start": 844448889,
            "stop": 844450494
        },
        {
            "start": 844450794,
            "stop": 844456399
        },
        {
            "start": 844456400,
            "stop": 844457490
        },
        {
            "start": 844457600,
            "stop": 844459048
        },
        {
            "start": 844459479,
            "stop": 844459517
        },
        {
            "start": 844459817,
            "stop": 844462897
        },
        {
            "start": 844463298,
            "stop": 844464553
        },
        {
            "start": 844464742,
            "stop": 844466466
        },
        {
            "start": 844467044,
            "stop": 844467614
        },
        {
            "start": 844468015,
            "stop": 844468327
        },
        {
            "start": 844468627,
            "stop": 844468666
        },
        {
            "start": 844468776,
            "stop": 844471557
        },
        {
            "start": 844471857,
            "stop": 844477636
        }
    ]
}