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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9799",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9797",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9798,
    "results": [
        {
            "start": 873371572,
            "stop": 873372041
        },
        {
            "start": 873372058,
            "stop": 873372126
        },
        {
            "start": 873372143,
            "stop": 873372246
        },
        {
            "start": 873372263,
            "stop": 873373890
        },
        {
            "start": 873373907,
            "stop": 873373983
        },
        {
            "start": 873374000,
            "stop": 873374220
        },
        {
            "start": 873374280,
            "stop": 873374340
        },
        {
            "start": 873374460,
            "stop": 873374520
        },
        {
            "start": 873374580,
            "stop": 873375480
        },
        {
            "start": 873375540,
            "stop": 873376620
        },
        {
            "start": 873376680,
            "stop": 873376860
        },
        {
            "start": 873376920,
            "stop": 873381619
        },
        {
            "start": 873381827,
            "stop": 873382295
        },
        {
            "start": 873382415,
            "stop": 873383606
        },
        {
            "start": 873383894,
            "stop": 873384827
        },
        {
            "start": 873384998,
            "stop": 873385080
        },
        {
            "start": 873385140,
            "stop": 873385680
        },
        {
            "start": 873385740,
            "stop": 873385846
        },
        {
            "start": 873386034,
            "stop": 873386460
        },
        {
            "start": 873386520,
            "stop": 873386700
        }
    ]
}