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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=234",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=232",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 233,
    "results": [
        {
            "start": 931730500,
            "stop": 931730506
        },
        {
            "start": 931730508,
            "stop": 931730518
        },
        {
            "start": 931730520,
            "stop": 931730521
        },
        {
            "start": 931730526,
            "stop": 931730535
        },
        {
            "start": 931730540,
            "stop": 931730544
        },
        {
            "start": 931730546,
            "stop": 931730555
        },
        {
            "start": 931730558,
            "stop": 931730567
        },
        {
            "start": 931730569,
            "stop": 931730578
        },
        {
            "start": 931730580,
            "stop": 931730586
        },
        {
            "start": 931730587,
            "stop": 931730589
        },
        {
            "start": 931730591,
            "stop": 931730595
        },
        {
            "start": 931730602,
            "stop": 931730611
        },
        {
            "start": 931730614,
            "stop": 931730642
        },
        {
            "start": 931730643,
            "stop": 931730654
        },
        {
            "start": 931730657,
            "stop": 931730660
        },
        {
            "start": 931730664,
            "stop": 931730696
        },
        {
            "start": 931730698,
            "stop": 931730704
        },
        {
            "start": 931730706,
            "stop": 931730713
        },
        {
            "start": 931730715,
            "stop": 931730732
        },
        {
            "start": 931730734,
            "stop": 931730735
        }
    ]
}