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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9119",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9117",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9118,
    "results": [
        {
            "start": 874974197,
            "stop": 874977716
        },
        {
            "start": 874977735,
            "stop": 874978031
        },
        {
            "start": 874978072,
            "stop": 874978080
        },
        {
            "start": 874991001,
            "stop": 874991210
        },
        {
            "start": 874991230,
            "stop": 874991307
        },
        {
            "start": 874991340,
            "stop": 874992533
        },
        {
            "start": 874992552,
            "stop": 874992576
        },
        {
            "start": 874992596,
            "stop": 874992742
        },
        {
            "start": 874992761,
            "stop": 874993367
        },
        {
            "start": 874993386,
            "stop": 874993787
        },
        {
            "start": 874993804,
            "stop": 874994433
        },
        {
            "start": 874994456,
            "stop": 874995843
        },
        {
            "start": 874995860,
            "stop": 874995993
        },
        {
            "start": 874996010,
            "stop": 874996357
        },
        {
            "start": 874996376,
            "stop": 874996479
        },
        {
            "start": 874996499,
            "stop": 874996528
        },
        {
            "start": 874996547,
            "stop": 874997637
        },
        {
            "start": 874997654,
            "stop": 874998570
        },
        {
            "start": 874998588,
            "stop": 874999882
        },
        {
            "start": 874999899,
            "stop": 875000286
        }
    ]
}