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=8556
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=8557",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8555",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8556,
    "results": [
        {
            "start": 870022142,
            "stop": 870022380
        },
        {
            "start": 870022509,
            "stop": 870022842
        },
        {
            "start": 870022962,
            "stop": 870023831
        },
        {
            "start": 870034186,
            "stop": 870034200
        },
        {
            "start": 870034260,
            "stop": 870034560
        },
        {
            "start": 870034620,
            "stop": 870034920
        },
        {
            "start": 870034980,
            "stop": 870035100
        },
        {
            "start": 870035160,
            "stop": 870035400
        },
        {
            "start": 870035460,
            "stop": 870035760
        },
        {
            "start": 870035909,
            "stop": 870035964
        },
        {
            "start": 870035968,
            "stop": 870036180
        },
        {
            "start": 870036240,
            "stop": 870038101
        },
        {
            "start": 870038118,
            "stop": 870038404
        },
        {
            "start": 870040300,
            "stop": 870040749
        },
        {
            "start": 870040766,
            "stop": 870044382
        },
        {
            "start": 870044412,
            "stop": 870044443
        },
        {
            "start": 870044460,
            "stop": 870044640
        },
        {
            "start": 870044700,
            "stop": 870044876
        },
        {
            "start": 870044893,
            "stop": 870044900
        },
        {
            "start": 870044917,
            "stop": 870045003
        }
    ]
}