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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4230",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4228",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4229,
    "results": [
        {
            "start": 874513355,
            "stop": 874513369
        },
        {
            "start": 874513560,
            "stop": 874513571
        },
        {
            "start": 874513596,
            "stop": 874513604
        },
        {
            "start": 874513680,
            "stop": 874513685
        },
        {
            "start": 874513740,
            "stop": 874513764
        },
        {
            "start": 874513822,
            "stop": 874513852
        },
        {
            "start": 874513920,
            "stop": 874513974
        },
        {
            "start": 874515039,
            "stop": 874515120
        },
        {
            "start": 874515240,
            "stop": 874515310
        },
        {
            "start": 874515430,
            "stop": 874515480
        },
        {
            "start": 874515660,
            "stop": 874515780
        },
        {
            "start": 874515900,
            "stop": 874516059
        },
        {
            "start": 874516078,
            "stop": 874516098
        },
        {
            "start": 874516117,
            "stop": 874516270
        },
        {
            "start": 874516289,
            "stop": 874516329
        },
        {
            "start": 874516348,
            "stop": 874516351
        },
        {
            "start": 874516370,
            "stop": 874516371
        },
        {
            "start": 874516390,
            "stop": 874516401
        },
        {
            "start": 874516436,
            "stop": 874516447
        },
        {
            "start": 874516483,
            "stop": 874516680
        }
    ]
}