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=8964
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=8965",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8963",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8964,
    "results": [
        {
            "start": 873771942,
            "stop": 873771951
        },
        {
            "start": 873771970,
            "stop": 873772036
        },
        {
            "start": 873772055,
            "stop": 873772102
        },
        {
            "start": 873772122,
            "stop": 873772123
        },
        {
            "start": 873772143,
            "stop": 873772199
        },
        {
            "start": 873772218,
            "stop": 873772316
        },
        {
            "start": 873772336,
            "stop": 873772385
        },
        {
            "start": 873772404,
            "stop": 873772406
        },
        {
            "start": 873772436,
            "stop": 873772451
        },
        {
            "start": 873772471,
            "stop": 873772535
        },
        {
            "start": 873772554,
            "stop": 873772634
        },
        {
            "start": 873772657,
            "stop": 873772809
        },
        {
            "start": 873772828,
            "stop": 873772837
        },
        {
            "start": 873772856,
            "stop": 873773090
        },
        {
            "start": 873773115,
            "stop": 873773149
        },
        {
            "start": 873773168,
            "stop": 873773213
        },
        {
            "start": 873773233,
            "stop": 873773615
        },
        {
            "start": 873773634,
            "stop": 873773743
        },
        {
            "start": 873773762,
            "stop": 873773854
        },
        {
            "start": 873773873,
            "stop": 873773953
        }
    ]
}