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=39
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=40",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT1/segments?format=api&page=38",
    "results_count": 828,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 39,
    "results": [
        {
            "start": 1185439796,
            "stop": 1185480149
        },
        {
            "start": 1185502747,
            "stop": 1185566556
        },
        {
            "start": 1185581881,
            "stop": 1185583816
        },
        {
            "start": 1185583941,
            "stop": 1185608718
        },
        {
            "start": 1185615255,
            "stop": 1185634854
        },
        {
            "start": 1185657014,
            "stop": 1185657618
        },
        {
            "start": 1185658407,
            "stop": 1185661973
        },
        {
            "start": 1185663127,
            "stop": 1185667694
        },
        {
            "start": 1185667826,
            "stop": 1185726333
        },
        {
            "start": 1185752705,
            "stop": 1185813793
        },
        {
            "start": 1185834867,
            "stop": 1185841804
        },
        {
            "start": 1185844432,
            "stop": 1185854532
        },
        {
            "start": 1185855240,
            "stop": 1185898649
        },
        {
            "start": 1185908559,
            "stop": 1185912475
        },
        {
            "start": 1185917125,
            "stop": 1185917208
        },
        {
            "start": 1185919460,
            "stop": 1185919620
        },
        {
            "start": 1185919762,
            "stop": 1185924698
        },
        {
            "start": 1185927698,
            "stop": 1185927743
        },
        {
            "start": 1185928396,
            "stop": 1185935428
        },
        {
            "start": 1185937818,
            "stop": 1185937902
        }
    ]
}