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=8561
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=8562",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8560",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8561,
    "results": [
        {
            "start": 870115146,
            "stop": 870115370
        },
        {
            "start": 870115510,
            "stop": 870115723
        },
        {
            "start": 870115727,
            "stop": 870116520
        },
        {
            "start": 870116640,
            "stop": 870117034
        },
        {
            "start": 870117051,
            "stop": 870117300
        },
        {
            "start": 870117360,
            "stop": 870117586
        },
        {
            "start": 870117706,
            "stop": 870118920
        },
        {
            "start": 870118980,
            "stop": 870119032
        },
        {
            "start": 870119243,
            "stop": 870119330
        },
        {
            "start": 870119410,
            "stop": 870119451
        },
        {
            "start": 870119461,
            "stop": 870119657
        },
        {
            "start": 870119662,
            "stop": 870119958
        },
        {
            "start": 870119975,
            "stop": 870120747
        },
        {
            "start": 870120764,
            "stop": 870121083
        },
        {
            "start": 870121100,
            "stop": 870121342
        },
        {
            "start": 870121359,
            "stop": 870121434
        },
        {
            "start": 870121451,
            "stop": 870121463
        },
        {
            "start": 870121481,
            "stop": 870121570
        },
        {
            "start": 870121599,
            "stop": 870121904
        },
        {
            "start": 870122085,
            "stop": 870122287
        }
    ]
}