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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9807",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9805",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9806,
    "results": [
        {
            "start": 873495666,
            "stop": 873495720
        },
        {
            "start": 873495780,
            "stop": 873496211
        },
        {
            "start": 873496331,
            "stop": 873496797
        },
        {
            "start": 873496823,
            "stop": 873496829
        },
        {
            "start": 873496851,
            "stop": 873496852
        },
        {
            "start": 873496920,
            "stop": 873497580
        },
        {
            "start": 873497640,
            "stop": 873499671
        },
        {
            "start": 873499688,
            "stop": 873499848
        },
        {
            "start": 873499968,
            "stop": 873500195
        },
        {
            "start": 873500212,
            "stop": 873500580
        },
        {
            "start": 873500640,
            "stop": 873502000
        },
        {
            "start": 873502120,
            "stop": 873502169
        },
        {
            "start": 873502272,
            "stop": 873502667
        },
        {
            "start": 873502787,
            "stop": 873503129
        },
        {
            "start": 873503146,
            "stop": 873503520
        },
        {
            "start": 873503580,
            "stop": 873503940
        },
        {
            "start": 873504000,
            "stop": 873505566
        },
        {
            "start": 873505583,
            "stop": 873505947
        },
        {
            "start": 873506067,
            "stop": 873506569
        },
        {
            "start": 873506586,
            "stop": 873507159
        }
    ]
}