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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT1/segments?format=api&page=32",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT1/segments?format=api&page=30",
    "results_count": 828,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 31,
    "results": [
        {
            "start": 1181369296,
            "stop": 1181369327
        },
        {
            "start": 1181369343,
            "stop": 1181369374
        },
        {
            "start": 1181369400,
            "stop": 1181369415
        },
        {
            "start": 1181369431,
            "stop": 1181369485
        },
        {
            "start": 1181369502,
            "stop": 1181369531
        },
        {
            "start": 1181369549,
            "stop": 1181369563
        },
        {
            "start": 1181369566,
            "stop": 1181369583
        },
        {
            "start": 1181369594,
            "stop": 1181369617
        },
        {
            "start": 1181369639,
            "stop": 1181369653
        },
        {
            "start": 1181369707,
            "stop": 1181369725
        },
        {
            "start": 1181369809,
            "stop": 1181369829
        },
        {
            "start": 1181383199,
            "stop": 1181386009
        },
        {
            "start": 1181390201,
            "stop": 1181396583
        },
        {
            "start": 1181398926,
            "stop": 1181401228
        },
        {
            "start": 1181445242,
            "stop": 1181454558
        },
        {
            "start": 1181454858,
            "stop": 1181459169
        },
        {
            "start": 1181459180,
            "stop": 1181459199
        },
        {
            "start": 1181475199,
            "stop": 1181477595
        },
        {
            "start": 1181480214,
            "stop": 1181490871
        },
        {
            "start": 1181500458,
            "stop": 1181520918
        }
    ]
}