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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=267",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=265",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 266,
    "results": [
        {
            "start": 821449920,
            "stop": 821453532
        },
        {
            "start": 821453536,
            "stop": 821454830
        },
        {
            "start": 821454910,
            "stop": 821456833
        },
        {
            "start": 821456837,
            "stop": 821456839
        },
        {
            "start": 821461916,
            "stop": 821462210
        },
        {
            "start": 821462290,
            "stop": 821462580
        },
        {
            "start": 821462640,
            "stop": 821463060
        },
        {
            "start": 821463180,
            "stop": 821463240
        },
        {
            "start": 821463300,
            "stop": 821463900
        },
        {
            "start": 821463960,
            "stop": 821464310
        },
        {
            "start": 821464500,
            "stop": 821464860
        },
        {
            "start": 821464920,
            "stop": 821464980
        },
        {
            "start": 821465100,
            "stop": 821465400
        },
        {
            "start": 821465700,
            "stop": 821465750
        },
        {
            "start": 821465830,
            "stop": 821465880
        },
        {
            "start": 821466000,
            "stop": 821466060
        },
        {
            "start": 821466120,
            "stop": 821466180
        },
        {
            "start": 821466240,
            "stop": 821466540
        },
        {
            "start": 821466600,
            "stop": 821467070
        },
        {
            "start": 821467150,
            "stop": 821467633
        }
    ]
}