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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=371",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=369",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 370,
    "results": [
        {
            "start": 825425551,
            "stop": 825425552
        },
        {
            "start": 825425560,
            "stop": 825426368
        },
        {
            "start": 825426375,
            "stop": 825426951
        },
        {
            "start": 825426958,
            "stop": 825427166
        },
        {
            "start": 825427173,
            "stop": 825427188
        },
        {
            "start": 825427192,
            "stop": 825427244
        },
        {
            "start": 825427252,
            "stop": 825428332
        },
        {
            "start": 825428340,
            "stop": 825428373
        },
        {
            "start": 825428380,
            "stop": 825428900
        },
        {
            "start": 825437201,
            "stop": 825437673
        },
        {
            "start": 825437722,
            "stop": 825437907
        },
        {
            "start": 825441794,
            "stop": 825441973
        },
        {
            "start": 825443193,
            "stop": 825448393
        },
        {
            "start": 825448873,
            "stop": 825449510
        },
        {
            "start": 825449650,
            "stop": 825450230
        },
        {
            "start": 825450310,
            "stop": 825450792
        },
        {
            "start": 825450886,
            "stop": 825456193
        },
        {
            "start": 825456236,
            "stop": 825456237
        },
        {
            "start": 825456503,
            "stop": 825458750
        },
        {
            "start": 825458830,
            "stop": 825458938
        }
    ]
}