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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=48",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=46",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 47,
    "results": [
        {
            "start": 1128741707,
            "stop": 1128741708
        },
        {
            "start": 1128741713,
            "stop": 1128741715
        },
        {
            "start": 1128741717,
            "stop": 1128741718
        },
        {
            "start": 1128741719,
            "stop": 1128741720
        },
        {
            "start": 1128741722,
            "stop": 1128741723
        },
        {
            "start": 1128741725,
            "stop": 1128752561
        },
        {
            "start": 1128752562,
            "stop": 1128763899
        },
        {
            "start": 1128771811,
            "stop": 1128774606
        },
        {
            "start": 1128774607,
            "stop": 1128775203
        },
        {
            "start": 1128775204,
            "stop": 1128775314
        },
        {
            "start": 1128775315,
            "stop": 1128775339
        },
        {
            "start": 1128775340,
            "stop": 1128775988
        },
        {
            "start": 1128775989,
            "stop": 1128776358
        },
        {
            "start": 1128776359,
            "stop": 1128776940
        },
        {
            "start": 1128777060,
            "stop": 1128779643
        },
        {
            "start": 1128779645,
            "stop": 1128779760
        },
        {
            "start": 1128779820,
            "stop": 1128780360
        },
        {
            "start": 1128780480,
            "stop": 1128781440
        },
        {
            "start": 1128781560,
            "stop": 1128781680
        },
        {
            "start": 1128781980,
            "stop": 1128782400
        }
    ]
}