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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=393",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=391",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 392,
    "results": [
        {
            "start": 825955200,
            "stop": 825955507
        },
        {
            "start": 825955514,
            "stop": 825955670
        },
        {
            "start": 825955750,
            "stop": 825956653
        },
        {
            "start": 825962313,
            "stop": 825962334
        },
        {
            "start": 825962342,
            "stop": 825962391
        },
        {
            "start": 825962403,
            "stop": 825962404
        },
        {
            "start": 825962856,
            "stop": 825963204
        },
        {
            "start": 825963211,
            "stop": 825963338
        },
        {
            "start": 825963345,
            "stop": 825963373
        },
        {
            "start": 825963380,
            "stop": 825963530
        },
        {
            "start": 825963611,
            "stop": 825963820
        },
        {
            "start": 825963827,
            "stop": 825963937
        },
        {
            "start": 825963944,
            "stop": 825963982
        },
        {
            "start": 825963990,
            "stop": 825964060
        },
        {
            "start": 825964068,
            "stop": 825964523
        },
        {
            "start": 825964531,
            "stop": 825964869
        },
        {
            "start": 825964877,
            "stop": 825964945
        },
        {
            "start": 825964952,
            "stop": 825965292
        },
        {
            "start": 825965299,
            "stop": 825965456
        },
        {
            "start": 825965463,
            "stop": 825965547
        }
    ]
}