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=8608
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=8609",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8607",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8608,
    "results": [
        {
            "start": 870845862,
            "stop": 870846747
        },
        {
            "start": 870846764,
            "stop": 870847534
        },
        {
            "start": 870847551,
            "stop": 870848734
        },
        {
            "start": 870848751,
            "stop": 870848820
        },
        {
            "start": 870848880,
            "stop": 870849367
        },
        {
            "start": 870849384,
            "stop": 870849854
        },
        {
            "start": 870849871,
            "stop": 870850053
        },
        {
            "start": 870850070,
            "stop": 870852554
        },
        {
            "start": 870852573,
            "stop": 870853377
        },
        {
            "start": 870853394,
            "stop": 870853566
        },
        {
            "start": 870853583,
            "stop": 870853897
        },
        {
            "start": 870853914,
            "stop": 870854372
        },
        {
            "start": 870854389,
            "stop": 870854620
        },
        {
            "start": 870854637,
            "stop": 870857965
        },
        {
            "start": 870857982,
            "stop": 870858345
        },
        {
            "start": 870858362,
            "stop": 870858448
        },
        {
            "start": 870858465,
            "stop": 870859043
        },
        {
            "start": 870859060,
            "stop": 870859681
        },
        {
            "start": 870859698,
            "stop": 870866800
        },
        {
            "start": 870866817,
            "stop": 870871463
        }
    ]
}