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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=518",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=516",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 517,
    "results": [
        {
            "start": 825978568,
            "stop": 825979424
        },
        {
            "start": 825979425,
            "stop": 825987650
        },
        {
            "start": 825992016,
            "stop": 825998531
        },
        {
            "start": 825998604,
            "stop": 826000000
        },
        {
            "start": 826003246,
            "stop": 826010810
        },
        {
            "start": 826010819,
            "stop": 826010829
        },
        {
            "start": 826010830,
            "stop": 826014433
        },
        {
            "start": 826016682,
            "stop": 826017133
        },
        {
            "start": 826017759,
            "stop": 826029332
        },
        {
            "start": 826029334,
            "stop": 826062477
        },
        {
            "start": 826067256,
            "stop": 826069791
        },
        {
            "start": 826070191,
            "stop": 826070385
        },
        {
            "start": 826071618,
            "stop": 826071907
        },
        {
            "start": 826073027,
            "stop": 826074663
        },
        {
            "start": 826078086,
            "stop": 826078968
        },
        {
            "start": 826080649,
            "stop": 826083613
        },
        {
            "start": 826085017,
            "stop": 826092477
        },
        {
            "start": 826094903,
            "stop": 826101061
        },
        {
            "start": 826101062,
            "stop": 826111573
        },
        {
            "start": 826114755,
            "stop": 826119809
        }
    ]
}