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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2017",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2015",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2016,
    "results": [
        {
            "start": 858370423,
            "stop": 858370440
        },
        {
            "start": 858370445,
            "stop": 858370447
        },
        {
            "start": 858370453,
            "stop": 858370642
        },
        {
            "start": 858370648,
            "stop": 858372690
        },
        {
            "start": 858372750,
            "stop": 858373290
        },
        {
            "start": 858373350,
            "stop": 858375695
        },
        {
            "start": 858375700,
            "stop": 858376151
        },
        {
            "start": 858377319,
            "stop": 858377490
        },
        {
            "start": 858377670,
            "stop": 858377799
        },
        {
            "start": 858377909,
            "stop": 858377910
        },
        {
            "start": 858378451,
            "stop": 858380070
        },
        {
            "start": 858380130,
            "stop": 858380430
        },
        {
            "start": 858380490,
            "stop": 858380550
        },
        {
            "start": 858380610,
            "stop": 858380730
        },
        {
            "start": 858380790,
            "stop": 858381750
        },
        {
            "start": 858381810,
            "stop": 858390065
        },
        {
            "start": 858391298,
            "stop": 858422310
        },
        {
            "start": 858422370,
            "stop": 858426270
        },
        {
            "start": 858426330,
            "stop": 858427350
        },
        {
            "start": 858427470,
            "stop": 858429001
        }
    ]
}