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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=119",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=117",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 118,
    "results": [
        {
            "start": 819307200,
            "stop": 819307260
        },
        {
            "start": 819307380,
            "stop": 819307489
        },
        {
            "start": 819307497,
            "stop": 819307920
        },
        {
            "start": 819307980,
            "stop": 819307993
        },
        {
            "start": 819308240,
            "stop": 819308253
        },
        {
            "start": 819312017,
            "stop": 819312180
        },
        {
            "start": 819312240,
            "stop": 819312480
        },
        {
            "start": 819312540,
            "stop": 819312900
        },
        {
            "start": 819312960,
            "stop": 819313003
        },
        {
            "start": 819313797,
            "stop": 819315360
        },
        {
            "start": 819315420,
            "stop": 819316033
        },
        {
            "start": 819316143,
            "stop": 819316920
        },
        {
            "start": 819316980,
            "stop": 819317113
        },
        {
            "start": 819323264,
            "stop": 819323400
        },
        {
            "start": 819323460,
            "stop": 819323760
        },
        {
            "start": 819323820,
            "stop": 819324060
        },
        {
            "start": 819324180,
            "stop": 819324240
        },
        {
            "start": 819324300,
            "stop": 819324420
        },
        {
            "start": 819324480,
            "stop": 819324600
        },
        {
            "start": 819324660,
            "stop": 819324673
        }
    ]
}