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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=132",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=130",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 131,
    "results": [
        {
            "start": 931767369,
            "stop": 931767371
        },
        {
            "start": 931767396,
            "stop": 931767398
        },
        {
            "start": 931767405,
            "stop": 931767411
        },
        {
            "start": 931767434,
            "stop": 931767436
        },
        {
            "start": 931767444,
            "stop": 931767445
        },
        {
            "start": 931767516,
            "stop": 931767517
        },
        {
            "start": 931767525,
            "stop": 931767528
        },
        {
            "start": 931767550,
            "stop": 931767560
        },
        {
            "start": 931767573,
            "stop": 931767578
        },
        {
            "start": 931767599,
            "stop": 931767600
        },
        {
            "start": 931767637,
            "stop": 931767638
        },
        {
            "start": 931767676,
            "stop": 931767679
        },
        {
            "start": 931767694,
            "stop": 931767699
        },
        {
            "start": 931767761,
            "stop": 931767763
        },
        {
            "start": 931767800,
            "stop": 931767802
        },
        {
            "start": 931767809,
            "stop": 931767814
        },
        {
            "start": 931767833,
            "stop": 931767839
        },
        {
            "start": 931767845,
            "stop": 931767848
        },
        {
            "start": 931767862,
            "stop": 931767863
        },
        {
            "start": 931767899,
            "stop": 931767901
        }
    ]
}