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/L1_CBCHIGH_CAT3/segments?format=api&page=9075
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=9076",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9074",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9075,
    "results": [
        {
            "start": 874572350,
            "stop": 874572450
        },
        {
            "start": 874573830,
            "stop": 874575455
        },
        {
            "start": 874575472,
            "stop": 874576460
        },
        {
            "start": 874576477,
            "stop": 874577309
        },
        {
            "start": 874577328,
            "stop": 874577535
        },
        {
            "start": 874577554,
            "stop": 874577577
        },
        {
            "start": 874577605,
            "stop": 874577846
        },
        {
            "start": 874577904,
            "stop": 874577975
        },
        {
            "start": 874577996,
            "stop": 874578081
        },
        {
            "start": 874578112,
            "stop": 874578527
        },
        {
            "start": 874578576,
            "stop": 874578610
        },
        {
            "start": 874578631,
            "stop": 874578980
        },
        {
            "start": 874579025,
            "stop": 874579075
        },
        {
            "start": 874579096,
            "stop": 874579107
        },
        {
            "start": 874579124,
            "stop": 874579178
        },
        {
            "start": 874579197,
            "stop": 874579876
        },
        {
            "start": 874579895,
            "stop": 874580375
        },
        {
            "start": 874580394,
            "stop": 874580539
        },
        {
            "start": 874580558,
            "stop": 874580631
        },
        {
            "start": 874580664,
            "stop": 874580848
        }
    ]
}