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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=716",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=714",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 715,
    "results": [
        {
            "start": 830375072,
            "stop": 830375087
        },
        {
            "start": 830375125,
            "stop": 830375183
        },
        {
            "start": 830375202,
            "stop": 830376149
        },
        {
            "start": 830376153,
            "stop": 830376664
        },
        {
            "start": 830376668,
            "stop": 830376677
        },
        {
            "start": 830376680,
            "stop": 830376687
        },
        {
            "start": 830376690,
            "stop": 830379990
        },
        {
            "start": 830380050,
            "stop": 830380068
        },
        {
            "start": 830380071,
            "stop": 830380208
        },
        {
            "start": 830380236,
            "stop": 830380237
        },
        {
            "start": 830382399,
            "stop": 830383330
        },
        {
            "start": 830383334,
            "stop": 830384847
        },
        {
            "start": 830384851,
            "stop": 830385957
        },
        {
            "start": 830385976,
            "stop": 830387153
        },
        {
            "start": 830389065,
            "stop": 830389914
        },
        {
            "start": 830389919,
            "stop": 830389960
        },
        {
            "start": 830389963,
            "stop": 830390265
        },
        {
            "start": 830390268,
            "stop": 830390400
        },
        {
            "start": 830390460,
            "stop": 830390485
        },
        {
            "start": 830390488,
            "stop": 830390543
        }
    ]
}