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=2057
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=2058",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2056",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2057,
    "results": [
        {
            "start": 870444794,
            "stop": 870444841
        },
        {
            "start": 870444858,
            "stop": 870445428
        },
        {
            "start": 870445445,
            "stop": 870445489
        },
        {
            "start": 870446838,
            "stop": 870449400
        },
        {
            "start": 870449460,
            "stop": 870450443
        },
        {
            "start": 870450544,
            "stop": 870451727
        },
        {
            "start": 870451744,
            "stop": 870454341
        },
        {
            "start": 870454358,
            "stop": 870454657
        },
        {
            "start": 870454676,
            "stop": 870458921
        },
        {
            "start": 870458939,
            "stop": 870458971
        },
        {
            "start": 870459092,
            "stop": 870463400
        },
        {
            "start": 870463417,
            "stop": 870463797
        },
        {
            "start": 870463814,
            "stop": 870465600
        },
        {
            "start": 870465660,
            "stop": 870465896
        },
        {
            "start": 870465962,
            "stop": 870467828
        },
        {
            "start": 870467845,
            "stop": 870471494
        },
        {
            "start": 870471504,
            "stop": 870471610
        },
        {
            "start": 870472007,
            "stop": 870473719
        },
        {
            "start": 870473737,
            "stop": 870483961
        },
        {
            "start": 870488493,
            "stop": 870488495
        }
    ]
}