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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=138",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=136",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 137,
    "results": [
        {
            "start": 854238914,
            "stop": 854249371
        },
        {
            "start": 854251031,
            "stop": 854288384
        },
        {
            "start": 854289452,
            "stop": 854292424
        },
        {
            "start": 854295168,
            "stop": 854311878
        },
        {
            "start": 854316899,
            "stop": 854319712
        },
        {
            "start": 854321804,
            "stop": 854324746
        },
        {
            "start": 854327038,
            "stop": 854408776
        },
        {
            "start": 854410250,
            "stop": 854427614
        },
        {
            "start": 854427844,
            "stop": 854478788
        },
        {
            "start": 854479713,
            "stop": 854482251
        },
        {
            "start": 854483245,
            "stop": 854504707
        },
        {
            "start": 854505238,
            "stop": 854584203
        },
        {
            "start": 854584559,
            "stop": 854586682
        },
        {
            "start": 854586697,
            "stop": 854618036
        },
        {
            "start": 854620245,
            "stop": 854658324
        },
        {
            "start": 854667568,
            "stop": 854673134
        },
        {
            "start": 854673237,
            "stop": 854705343
        },
        {
            "start": 854706514,
            "stop": 854706571
        },
        {
            "start": 854706748,
            "stop": 854744114
        },
        {
            "start": 854744252,
            "stop": 854751277
        }
    ]
}