Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=119
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=120",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=118",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 119,
    "results": [
        {
            "start": 931772934,
            "stop": 931773151
        },
        {
            "start": 931773169,
            "stop": 931773210
        },
        {
            "start": 931773256,
            "stop": 931773285
        },
        {
            "start": 931773305,
            "stop": 931773309
        },
        {
            "start": 931773327,
            "stop": 931773333
        },
        {
            "start": 931773363,
            "stop": 931773380
        },
        {
            "start": 931773398,
            "stop": 931773419
        },
        {
            "start": 931773436,
            "stop": 931773611
        },
        {
            "start": 931773975,
            "stop": 931773976
        },
        {
            "start": 931774017,
            "stop": 931774030
        },
        {
            "start": 931774053,
            "stop": 931774071
        },
        {
            "start": 931774074,
            "stop": 931774126
        },
        {
            "start": 931774155,
            "stop": 931774313
        },
        {
            "start": 931774342,
            "stop": 931774352
        },
        {
            "start": 931774394,
            "stop": 931774447
        },
        {
            "start": 931774449,
            "stop": 931774511
        },
        {
            "start": 931774529,
            "stop": 931774537
        },
        {
            "start": 931774555,
            "stop": 931774564
        },
        {
            "start": 931774582,
            "stop": 931774622
        },
        {
            "start": 931774640,
            "stop": 931774645
        }
    ]
}