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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8906",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8904",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8905,
    "results": [
        {
            "start": 873368578,
            "stop": 873368582
        },
        {
            "start": 873368599,
            "stop": 873368710
        },
        {
            "start": 873368727,
            "stop": 873369337
        },
        {
            "start": 873369357,
            "stop": 873369449
        },
        {
            "start": 873369468,
            "stop": 873369885
        },
        {
            "start": 873369904,
            "stop": 873369907
        },
        {
            "start": 873369926,
            "stop": 873370211
        },
        {
            "start": 873370230,
            "stop": 873370356
        },
        {
            "start": 873370375,
            "stop": 873370776
        },
        {
            "start": 873370793,
            "stop": 873370831
        },
        {
            "start": 873370851,
            "stop": 873370945
        },
        {
            "start": 873370973,
            "stop": 873371002
        },
        {
            "start": 873371044,
            "stop": 873371057
        },
        {
            "start": 873371076,
            "stop": 873371089
        },
        {
            "start": 873371108,
            "stop": 873371130
        },
        {
            "start": 873371152,
            "stop": 873371242
        },
        {
            "start": 873371264,
            "stop": 873371366
        },
        {
            "start": 873371385,
            "stop": 873371452
        },
        {
            "start": 873371634,
            "stop": 873371769
        },
        {
            "start": 873371788,
            "stop": 873372365
        }
    ]
}