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=78
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=79",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=77",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 78,
    "results": [
        {
            "start": 1175396746,
            "stop": 1175396756
        },
        {
            "start": 1175396758,
            "stop": 1175396761
        },
        {
            "start": 1175396764,
            "stop": 1175396765
        },
        {
            "start": 1175396769,
            "stop": 1175396804
        },
        {
            "start": 1175396805,
            "stop": 1175396806
        },
        {
            "start": 1175396809,
            "stop": 1175396810
        },
        {
            "start": 1175396815,
            "stop": 1175396817
        },
        {
            "start": 1175396819,
            "stop": 1175396820
        },
        {
            "start": 1175396822,
            "stop": 1175396863
        },
        {
            "start": 1175396868,
            "stop": 1175397033
        },
        {
            "start": 1175397038,
            "stop": 1175400524
        },
        {
            "start": 1175400526,
            "stop": 1175400527
        },
        {
            "start": 1175400529,
            "stop": 1175400531
        },
        {
            "start": 1175400533,
            "stop": 1175400534
        },
        {
            "start": 1175400541,
            "stop": 1175400545
        },
        {
            "start": 1175400554,
            "stop": 1175400608
        },
        {
            "start": 1175400611,
            "stop": 1175400674
        },
        {
            "start": 1175400676,
            "stop": 1175400679
        },
        {
            "start": 1175400680,
            "stop": 1175400683
        },
        {
            "start": 1175400684,
            "stop": 1175400763
        }
    ]
}