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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_HW/segments?format=api&page=49",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_HW/segments?format=api&page=47",
    "results_count": 2118,
    "results_per_page": 20,
    "num_pages": 106,
    "page_number": 48,
    "results": [
        {
            "start": 846558907,
            "stop": 846559115
        },
        {
            "start": 846565731,
            "stop": 846565859
        },
        {
            "start": 846602171,
            "stop": 846602315
        },
        {
            "start": 846615459,
            "stop": 846615603
        },
        {
            "start": 846634674,
            "stop": 846634810
        },
        {
            "start": 846654107,
            "stop": 846654243
        },
        {
            "start": 846660316,
            "stop": 846660459
        },
        {
            "start": 846668371,
            "stop": 846668498
        },
        {
            "start": 846677419,
            "stop": 846677547
        },
        {
            "start": 846697955,
            "stop": 846698098
        },
        {
            "start": 846710003,
            "stop": 846710139
        },
        {
            "start": 846728255,
            "stop": 846728381
        },
        {
            "start": 846804370,
            "stop": 846804578
        },
        {
            "start": 846822970,
            "stop": 846823114
        },
        {
            "start": 846834338,
            "stop": 846834466
        },
        {
            "start": 847117268,
            "stop": 847117475
        },
        {
            "start": 847133428,
            "stop": 847133564
        },
        {
            "start": 847190860,
            "stop": 847191004
        },
        {
            "start": 847201820,
            "stop": 847201947
        },
        {
            "start": 847213876,
            "stop": 847214004
        }
    ]
}