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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8604",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8602",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8603,
    "results": [
        {
            "start": 870765000,
            "stop": 870765060
        },
        {
            "start": 870765360,
            "stop": 870765812
        },
        {
            "start": 870765829,
            "stop": 870765900
        },
        {
            "start": 870765960,
            "stop": 870766620
        },
        {
            "start": 870766680,
            "stop": 870766860
        },
        {
            "start": 870766980,
            "stop": 870767040
        },
        {
            "start": 870767160,
            "stop": 870767220
        },
        {
            "start": 870768300,
            "stop": 870768360
        },
        {
            "start": 870768600,
            "stop": 870768840
        },
        {
            "start": 870769200,
            "stop": 870770100
        },
        {
            "start": 870770160,
            "stop": 870770580
        },
        {
            "start": 870770700,
            "stop": 870771579
        },
        {
            "start": 870771596,
            "stop": 870771600
        },
        {
            "start": 870771660,
            "stop": 870772080
        },
        {
            "start": 870772140,
            "stop": 870773338
        },
        {
            "start": 870773355,
            "stop": 870773582
        },
        {
            "start": 870773599,
            "stop": 870774949
        },
        {
            "start": 870774966,
            "stop": 870775096
        },
        {
            "start": 870775113,
            "stop": 870779135
        },
        {
            "start": 870779152,
            "stop": 870779971
        }
    ]
}