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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=196",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=194",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 195,
    "results": [
        {
            "start": 820339721,
            "stop": 820339738
        },
        {
            "start": 820339745,
            "stop": 820339791
        },
        {
            "start": 820339797,
            "stop": 820339809
        },
        {
            "start": 820339815,
            "stop": 820339828
        },
        {
            "start": 820339833,
            "stop": 820339869
        },
        {
            "start": 820339894,
            "stop": 820339900
        },
        {
            "start": 820339906,
            "stop": 820340002
        },
        {
            "start": 820340007,
            "stop": 820340118
        },
        {
            "start": 820340125,
            "stop": 820340135
        },
        {
            "start": 820340152,
            "stop": 820340162
        },
        {
            "start": 820340183,
            "stop": 820340184
        },
        {
            "start": 820340199,
            "stop": 820340212
        },
        {
            "start": 820340217,
            "stop": 820340226
        },
        {
            "start": 820340234,
            "stop": 820340246
        },
        {
            "start": 820340364,
            "stop": 820340450
        },
        {
            "start": 820340455,
            "stop": 820340595
        },
        {
            "start": 820340616,
            "stop": 820340694
        },
        {
            "start": 820340699,
            "stop": 820340705
        },
        {
            "start": 820340712,
            "stop": 820340737
        },
        {
            "start": 820340742,
            "stop": 820341025
        }
    ]
}