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=79
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=80",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=78",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 79,
    "results": [
        {
            "start": 1175400764,
            "stop": 1175400765
        },
        {
            "start": 1175400768,
            "stop": 1175400794
        },
        {
            "start": 1175400798,
            "stop": 1175400868
        },
        {
            "start": 1175400874,
            "stop": 1175400926
        },
        {
            "start": 1175400930,
            "stop": 1175400946
        },
        {
            "start": 1175400948,
            "stop": 1175401071
        },
        {
            "start": 1175401074,
            "stop": 1175401084
        },
        {
            "start": 1175401086,
            "stop": 1175401088
        },
        {
            "start": 1175401089,
            "stop": 1175401119
        },
        {
            "start": 1175401120,
            "stop": 1175401164
        },
        {
            "start": 1175401172,
            "stop": 1175401173
        },
        {
            "start": 1175401174,
            "stop": 1175401216
        },
        {
            "start": 1175401217,
            "stop": 1175401236
        },
        {
            "start": 1175401237,
            "stop": 1175401256
        },
        {
            "start": 1175401257,
            "stop": 1175401284
        },
        {
            "start": 1175401285,
            "stop": 1175401498
        },
        {
            "start": 1175401522,
            "stop": 1175401567
        },
        {
            "start": 1175401571,
            "stop": 1175401572
        },
        {
            "start": 1175401579,
            "stop": 1175401623
        },
        {
            "start": 1175401624,
            "stop": 1175401631
        }
    ]
}