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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=124",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=122",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 123,
    "results": [
        {
            "start": 1175824105,
            "stop": 1175825273
        },
        {
            "start": 1175825274,
            "stop": 1175826548
        },
        {
            "start": 1175828407,
            "stop": 1175828416
        },
        {
            "start": 1175828417,
            "stop": 1175829611
        },
        {
            "start": 1175829612,
            "stop": 1175830741
        },
        {
            "start": 1175830742,
            "stop": 1175832024
        },
        {
            "start": 1175832025,
            "stop": 1175833283
        },
        {
            "start": 1175833284,
            "stop": 1175834271
        },
        {
            "start": 1175834272,
            "stop": 1175834941
        },
        {
            "start": 1175834942,
            "stop": 1175835960
        },
        {
            "start": 1175835961,
            "stop": 1175837179
        },
        {
            "start": 1175837180,
            "stop": 1175837940
        },
        {
            "start": 1175837941,
            "stop": 1175838944
        },
        {
            "start": 1175838945,
            "stop": 1175840228
        },
        {
            "start": 1175840229,
            "stop": 1175841468
        },
        {
            "start": 1175841469,
            "stop": 1175842809
        },
        {
            "start": 1175842810,
            "stop": 1175844180
        },
        {
            "start": 1175844181,
            "stop": 1175845551
        },
        {
            "start": 1175845552,
            "stop": 1175846492
        },
        {
            "start": 1175846493,
            "stop": 1175847593
        }
    ]
}