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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=304",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=302",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 303,
    "results": [
        {
            "start": 852415212,
            "stop": 852415333
        },
        {
            "start": 852415356,
            "stop": 852415358
        },
        {
            "start": 852415922,
            "stop": 852416682
        },
        {
            "start": 852416995,
            "stop": 852423726
        },
        {
            "start": 852425426,
            "stop": 852426580
        },
        {
            "start": 852426598,
            "stop": 852426609
        },
        {
            "start": 852426623,
            "stop": 852426888
        },
        {
            "start": 852426892,
            "stop": 852426903
        },
        {
            "start": 852426907,
            "stop": 852426922
        },
        {
            "start": 852426926,
            "stop": 852426932
        },
        {
            "start": 852426946,
            "stop": 852426956
        },
        {
            "start": 852426960,
            "stop": 852426973
        },
        {
            "start": 852427371,
            "stop": 852427406
        },
        {
            "start": 852427410,
            "stop": 852427415
        },
        {
            "start": 852427424,
            "stop": 852427454
        },
        {
            "start": 852427462,
            "stop": 852427488
        },
        {
            "start": 852427496,
            "stop": 852427530
        },
        {
            "start": 852427539,
            "stop": 852427545
        },
        {
            "start": 852427548,
            "stop": 852427580
        },
        {
            "start": 852427583,
            "stop": 852427608
        }
    ]
}