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=5
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=6",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT1/segments?format=api&page=4",
    "results_count": 828,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 5,
    "results": [
        {
            "start": 1166324111,
            "stop": 1166325112
        },
        {
            "start": 1166328752,
            "stop": 1166371139
        },
        {
            "start": 1166372166,
            "stop": 1166372671
        },
        {
            "start": 1166386147,
            "stop": 1166395467
        },
        {
            "start": 1166399103,
            "stop": 1166417343
        },
        {
            "start": 1166417892,
            "stop": 1166422279
        },
        {
            "start": 1166426531,
            "stop": 1166461369
        },
        {
            "start": 1166470234,
            "stop": 1166482895
        },
        {
            "start": 1167534141,
            "stop": 1167609738
        },
        {
            "start": 1167610190,
            "stop": 1167610345
        },
        {
            "start": 1167621300,
            "stop": 1167628469
        },
        {
            "start": 1167629025,
            "stop": 1167665426
        },
        {
            "start": 1167666387,
            "stop": 1167670159
        },
        {
            "start": 1167680478,
            "stop": 1167680642
        },
        {
            "start": 1167682623,
            "stop": 1167689456
        },
        {
            "start": 1167689863,
            "stop": 1167706610
        },
        {
            "start": 1167707103,
            "stop": 1167722555
        },
        {
            "start": 1167726591,
            "stop": 1167736022
        },
        {
            "start": 1167739196,
            "stop": 1167740431
        },
        {
            "start": 1167746056,
            "stop": 1167753257
        }
    ]
}