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=3994
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=3995",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3993",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3994,
    "results": [
        {
            "start": 874647384,
            "stop": 874647433
        },
        {
            "start": 874647436,
            "stop": 874647437
        },
        {
            "start": 874647440,
            "stop": 874647594
        },
        {
            "start": 874647597,
            "stop": 874647711
        },
        {
            "start": 874647714,
            "stop": 874647715
        },
        {
            "start": 874647718,
            "stop": 874648682
        },
        {
            "start": 874648685,
            "stop": 874648777
        },
        {
            "start": 874648780,
            "stop": 874648814
        },
        {
            "start": 874648821,
            "stop": 874648865
        },
        {
            "start": 874648868,
            "stop": 874648913
        },
        {
            "start": 874648920,
            "stop": 874648922
        },
        {
            "start": 874648930,
            "stop": 874649076
        },
        {
            "start": 874649079,
            "stop": 874649400
        },
        {
            "start": 874649412,
            "stop": 874649417
        },
        {
            "start": 874649420,
            "stop": 874649430
        },
        {
            "start": 874649433,
            "stop": 874650663
        },
        {
            "start": 874650667,
            "stop": 874653287
        },
        {
            "start": 874653292,
            "stop": 874653565
        },
        {
            "start": 874653568,
            "stop": 874653652
        },
        {
            "start": 874653656,
            "stop": 874653663
        }
    ]
}