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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=356",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=354",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 355,
    "results": [
        {
            "start": 818256427,
            "stop": 818256429
        },
        {
            "start": 818256432,
            "stop": 818256434
        },
        {
            "start": 818256438,
            "stop": 818256440
        },
        {
            "start": 818256443,
            "stop": 818256444
        },
        {
            "start": 818256468,
            "stop": 818256472
        },
        {
            "start": 818256484,
            "stop": 818256486
        },
        {
            "start": 818256489,
            "stop": 818256492
        },
        {
            "start": 818256528,
            "stop": 818256531
        },
        {
            "start": 818256544,
            "stop": 818256549
        },
        {
            "start": 818256553,
            "stop": 818256554
        },
        {
            "start": 818256560,
            "stop": 818256564
        },
        {
            "start": 818256578,
            "stop": 818256579
        },
        {
            "start": 818256607,
            "stop": 818256610
        },
        {
            "start": 818256616,
            "stop": 818256617
        },
        {
            "start": 818256623,
            "stop": 818256631
        },
        {
            "start": 818256634,
            "stop": 818256647
        },
        {
            "start": 818256665,
            "stop": 818256667
        },
        {
            "start": 818256670,
            "stop": 818256672
        },
        {
            "start": 818256713,
            "stop": 818256715
        },
        {
            "start": 818256725,
            "stop": 818256726
        }
    ]
}