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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7380",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7378",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7379,
    "results": [
        {
            "start": 969661390,
            "stop": 969661427
        },
        {
            "start": 969661607,
            "stop": 969661612
        },
        {
            "start": 969661617,
            "stop": 969661700
        },
        {
            "start": 969661703,
            "stop": 969661720
        },
        {
            "start": 969661723,
            "stop": 969661802
        },
        {
            "start": 969661882,
            "stop": 969661922
        },
        {
            "start": 969661962,
            "stop": 969662162
        },
        {
            "start": 969662202,
            "stop": 969662242
        },
        {
            "start": 969662282,
            "stop": 969662362
        },
        {
            "start": 969662521,
            "stop": 969662522
        },
        {
            "start": 969662562,
            "stop": 969662599
        },
        {
            "start": 969662602,
            "stop": 969662731
        },
        {
            "start": 969662734,
            "stop": 969662775
        },
        {
            "start": 969662778,
            "stop": 969662882
        },
        {
            "start": 969662922,
            "stop": 969663037
        },
        {
            "start": 969663040,
            "stop": 969663080
        },
        {
            "start": 969663083,
            "stop": 969663356
        },
        {
            "start": 969663359,
            "stop": 969663402
        },
        {
            "start": 969663442,
            "stop": 969663499
        },
        {
            "start": 969663502,
            "stop": 969663567
        }
    ]
}