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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=335",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=333",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 334,
    "results": [
        {
            "start": 821185420,
            "stop": 821185466
        },
        {
            "start": 821185469,
            "stop": 821185821
        },
        {
            "start": 821185822,
            "stop": 821186071
        },
        {
            "start": 821209846,
            "stop": 821211887
        },
        {
            "start": 821212300,
            "stop": 821212634
        },
        {
            "start": 821212754,
            "stop": 821213554
        },
        {
            "start": 821213674,
            "stop": 821215736
        },
        {
            "start": 821215856,
            "stop": 821216080
        },
        {
            "start": 821216267,
            "stop": 821216644
        },
        {
            "start": 821216647,
            "stop": 821216987
        },
        {
            "start": 821217713,
            "stop": 821217823
        },
        {
            "start": 821218510,
            "stop": 821219099
        },
        {
            "start": 821219118,
            "stop": 821219525
        },
        {
            "start": 821219766,
            "stop": 821222093
        },
        {
            "start": 821225176,
            "stop": 821226619
        },
        {
            "start": 821226820,
            "stop": 821227788
        },
        {
            "start": 821227791,
            "stop": 821231715
        },
        {
            "start": 821231719,
            "stop": 821232148
        },
        {
            "start": 821232164,
            "stop": 821232290
        },
        {
            "start": 821232766,
            "stop": 821232899
        }
    ]
}