Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/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/S6/timelines/H1_CW_CAT1/segments?format=api&page=304",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=302",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 303,
    "results": [
        {
            "start": 969039491,
            "stop": 969039524
        },
        {
            "start": 969039527,
            "stop": 969039530
        },
        {
            "start": 969039535,
            "stop": 969039538
        },
        {
            "start": 969039546,
            "stop": 969039599
        },
        {
            "start": 969039602,
            "stop": 969039604
        },
        {
            "start": 969039610,
            "stop": 969039624
        },
        {
            "start": 969039627,
            "stop": 969039640
        },
        {
            "start": 969039646,
            "stop": 969039725
        },
        {
            "start": 969039728,
            "stop": 969039761
        },
        {
            "start": 969039770,
            "stop": 969039825
        },
        {
            "start": 969039829,
            "stop": 969039834
        },
        {
            "start": 969039842,
            "stop": 969039846
        },
        {
            "start": 969039849,
            "stop": 969039864
        },
        {
            "start": 969039867,
            "stop": 969039868
        },
        {
            "start": 969039871,
            "stop": 969039880
        },
        {
            "start": 969039887,
            "stop": 969039901
        },
        {
            "start": 969039904,
            "stop": 969040077
        },
        {
            "start": 969040079,
            "stop": 969040106
        },
        {
            "start": 969040111,
            "stop": 969040138
        },
        {
            "start": 969040141,
            "stop": 969040151
        }
    ]
}