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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=306",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=304",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 305,
    "results": [
        {
            "start": 821278436,
            "stop": 821278535
        },
        {
            "start": 821278538,
            "stop": 821278791
        },
        {
            "start": 821278799,
            "stop": 821278804
        },
        {
            "start": 821278892,
            "stop": 821279023
        },
        {
            "start": 821279026,
            "stop": 821279415
        },
        {
            "start": 821279418,
            "stop": 821279450
        },
        {
            "start": 821279453,
            "stop": 821279602
        },
        {
            "start": 821279605,
            "stop": 821281525
        },
        {
            "start": 821281528,
            "stop": 821281546
        },
        {
            "start": 821281549,
            "stop": 821281724
        },
        {
            "start": 821281727,
            "stop": 821281877
        },
        {
            "start": 821281880,
            "stop": 821281886
        },
        {
            "start": 821281889,
            "stop": 821282037
        },
        {
            "start": 821282040,
            "stop": 821282087
        },
        {
            "start": 821282090,
            "stop": 821282744
        },
        {
            "start": 821282747,
            "stop": 821282856
        },
        {
            "start": 821282859,
            "stop": 821283381
        },
        {
            "start": 821283384,
            "stop": 821283488
        },
        {
            "start": 821283491,
            "stop": 821284102
        },
        {
            "start": 821284105,
            "stop": 821284167
        }
    ]
}