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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4978",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4976",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4977,
    "results": [
        {
            "start": 874422614,
            "stop": 874422681
        },
        {
            "start": 874422700,
            "stop": 874422770
        },
        {
            "start": 874422793,
            "stop": 874422885
        },
        {
            "start": 874422904,
            "stop": 874422918
        },
        {
            "start": 874422937,
            "stop": 874423150
        },
        {
            "start": 874423182,
            "stop": 874423189
        },
        {
            "start": 874423208,
            "stop": 874423306
        },
        {
            "start": 874423336,
            "stop": 874423417
        },
        {
            "start": 874423466,
            "stop": 874423497
        },
        {
            "start": 874423516,
            "stop": 874423535
        },
        {
            "start": 874423554,
            "stop": 874423603
        },
        {
            "start": 874423634,
            "stop": 874423712
        },
        {
            "start": 874423731,
            "stop": 874423755
        },
        {
            "start": 874423775,
            "stop": 874423780
        },
        {
            "start": 874423799,
            "stop": 874423838
        },
        {
            "start": 874423858,
            "stop": 874423897
        },
        {
            "start": 874423916,
            "stop": 874424042
        },
        {
            "start": 874424061,
            "stop": 874424081
        },
        {
            "start": 874424100,
            "stop": 874424105
        },
        {
            "start": 874424124,
            "stop": 874424136
        }
    ]
}