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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=74",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=72",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 73,
    "results": [
        {
            "start": 1175266330,
            "stop": 1175267600
        },
        {
            "start": 1175267610,
            "stop": 1175267660
        },
        {
            "start": 1175267680,
            "stop": 1175267690
        },
        {
            "start": 1175267720,
            "stop": 1175267725
        },
        {
            "start": 1175267729,
            "stop": 1175268150
        },
        {
            "start": 1175268170,
            "stop": 1175268190
        },
        {
            "start": 1175268220,
            "stop": 1175268260
        },
        {
            "start": 1175268270,
            "stop": 1175268750
        },
        {
            "start": 1175268756,
            "stop": 1175270360
        },
        {
            "start": 1175270370,
            "stop": 1175272790
        },
        {
            "start": 1175272800,
            "stop": 1175274147
        },
        {
            "start": 1175274149,
            "stop": 1175277335
        },
        {
            "start": 1175277337,
            "stop": 1175278991
        },
        {
            "start": 1175278993,
            "stop": 1175279490
        },
        {
            "start": 1175279496,
            "stop": 1175280143
        },
        {
            "start": 1175280147,
            "stop": 1175280167
        },
        {
            "start": 1175280168,
            "stop": 1175280209
        },
        {
            "start": 1175280210,
            "stop": 1175280211
        },
        {
            "start": 1175280213,
            "stop": 1175280228
        },
        {
            "start": 1175280230,
            "stop": 1175280387
        }
    ]
}