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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=304",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=302",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 303,
    "results": [
        {
            "start": 935464468,
            "stop": 935464708
        },
        {
            "start": 935464768,
            "stop": 935464828
        },
        {
            "start": 935465008,
            "stop": 935465488
        },
        {
            "start": 935465548,
            "stop": 935465572
        },
        {
            "start": 935465574,
            "stop": 935465651
        },
        {
            "start": 935465653,
            "stop": 935466718
        },
        {
            "start": 935466721,
            "stop": 935467215
        },
        {
            "start": 935467455,
            "stop": 935467664
        },
        {
            "start": 935467666,
            "stop": 935469237
        },
        {
            "start": 935469239,
            "stop": 935469523
        },
        {
            "start": 935469526,
            "stop": 935469911
        },
        {
            "start": 935469913,
            "stop": 935469952
        },
        {
            "start": 935469954,
            "stop": 935470815
        },
        {
            "start": 935471055,
            "stop": 935471561
        },
        {
            "start": 935471563,
            "stop": 935471711
        },
        {
            "start": 935471714,
            "stop": 935472357
        },
        {
            "start": 935472359,
            "stop": 935472700
        },
        {
            "start": 935472703,
            "stop": 935474103
        },
        {
            "start": 935474105,
            "stop": 935474415
        },
        {
            "start": 935474655,
            "stop": 935475252
        }
    ]
}