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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8336",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8334",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8335,
    "results": [
        {
            "start": 874464990,
            "stop": 874465243
        },
        {
            "start": 874465262,
            "stop": 874465281
        },
        {
            "start": 874465317,
            "stop": 874465712
        },
        {
            "start": 874465731,
            "stop": 874465736
        },
        {
            "start": 874465755,
            "stop": 874465970
        },
        {
            "start": 874465989,
            "stop": 874466072
        },
        {
            "start": 874466089,
            "stop": 874467969
        },
        {
            "start": 874467991,
            "stop": 874468089
        },
        {
            "start": 874468109,
            "stop": 874468566
        },
        {
            "start": 874468585,
            "stop": 874469975
        },
        {
            "start": 874469992,
            "stop": 874470101
        },
        {
            "start": 874470120,
            "stop": 874470200
        },
        {
            "start": 874470221,
            "stop": 874470312
        },
        {
            "start": 874470332,
            "stop": 874470538
        },
        {
            "start": 874470555,
            "stop": 874470682
        },
        {
            "start": 874470708,
            "stop": 874470779
        },
        {
            "start": 874470798,
            "stop": 874470802
        },
        {
            "start": 874470848,
            "stop": 874474690
        },
        {
            "start": 874474707,
            "stop": 874474839
        },
        {
            "start": 874474856,
            "stop": 874476828
        }
    ]
}