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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=385",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=383",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 384,
    "results": [
        {
            "start": 1182964476,
            "stop": 1182968079
        },
        {
            "start": 1182978695,
            "stop": 1182999820
        },
        {
            "start": 1182999821,
            "stop": 1183027500
        },
        {
            "start": 1183027503,
            "stop": 1183027507
        },
        {
            "start": 1183027511,
            "stop": 1183027519
        },
        {
            "start": 1183027524,
            "stop": 1183027528
        },
        {
            "start": 1183027533,
            "stop": 1183027541
        },
        {
            "start": 1183027545,
            "stop": 1183027549
        },
        {
            "start": 1183027554,
            "stop": 1183027560
        },
        {
            "start": 1183027566,
            "stop": 1183027569
        },
        {
            "start": 1183027574,
            "stop": 1183027581
        },
        {
            "start": 1183027586,
            "stop": 1183027590
        },
        {
            "start": 1183027595,
            "stop": 1183027602
        },
        {
            "start": 1183027606,
            "stop": 1183027610
        },
        {
            "start": 1183027615,
            "stop": 1183027620
        },
        {
            "start": 1183027680,
            "stop": 1183027751
        },
        {
            "start": 1183027753,
            "stop": 1183027759
        },
        {
            "start": 1183027761,
            "stop": 1183027769
        },
        {
            "start": 1183027772,
            "stop": 1183027777
        },
        {
            "start": 1183027780,
            "stop": 1183027787
        }
    ]
}