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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=266",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=264",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 265,
    "results": [
        {
            "start": 855866938,
            "stop": 855866950
        },
        {
            "start": 855867250,
            "stop": 855867690
        },
        {
            "start": 855867944,
            "stop": 855867994
        },
        {
            "start": 855868016,
            "stop": 855868376
        },
        {
            "start": 855868676,
            "stop": 855869762
        },
        {
            "start": 855869872,
            "stop": 855870053
        },
        {
            "start": 855872992,
            "stop": 855873476
        },
        {
            "start": 855873759,
            "stop": 855873787
        },
        {
            "start": 855873897,
            "stop": 855874335
        },
        {
            "start": 855874519,
            "stop": 855875179
        },
        {
            "start": 855875479,
            "stop": 855875867
        },
        {
            "start": 855876020,
            "stop": 855877577
        },
        {
            "start": 855877702,
            "stop": 855880386
        },
        {
            "start": 855881028,
            "stop": 855901470
        },
        {
            "start": 855902474,
            "stop": 855907587
        },
        {
            "start": 855907913,
            "stop": 855917678
        },
        {
            "start": 855917697,
            "stop": 855943357
        },
        {
            "start": 855943657,
            "stop": 855945499
        },
        {
            "start": 855945523,
            "stop": 855948987
        },
        {
            "start": 855949748,
            "stop": 855950205
        }
    ]
}