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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1929",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1927",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1928,
    "results": [
        {
            "start": 849775473,
            "stop": 849776006
        },
        {
            "start": 849776551,
            "stop": 849776657
        },
        {
            "start": 849777030,
            "stop": 849786090
        },
        {
            "start": 849786393,
            "stop": 849786595
        },
        {
            "start": 849794967,
            "stop": 849822498
        },
        {
            "start": 849822608,
            "stop": 849822772
        },
        {
            "start": 849823072,
            "stop": 849823399
        },
        {
            "start": 849823509,
            "stop": 849823568
        },
        {
            "start": 849828459,
            "stop": 849829147
        },
        {
            "start": 849829578,
            "stop": 849869861
        },
        {
            "start": 849871852,
            "stop": 849891122
        },
        {
            "start": 849891128,
            "stop": 849891132
        },
        {
            "start": 849891138,
            "stop": 849891150
        },
        {
            "start": 849891155,
            "stop": 849892517
        },
        {
            "start": 849892817,
            "stop": 849892830
        },
        {
            "start": 849893163,
            "stop": 849893191
        },
        {
            "start": 849893301,
            "stop": 849893382
        },
        {
            "start": 849893682,
            "stop": 849894043
        },
        {
            "start": 849894445,
            "stop": 849894454
        },
        {
            "start": 849894754,
            "stop": 849894767
        }
    ]
}