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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3498",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3496",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3497,
    "results": [
        {
            "start": 871255625,
            "stop": 871256435
        },
        {
            "start": 871271344,
            "stop": 871271460
        },
        {
            "start": 871271520,
            "stop": 871271580
        },
        {
            "start": 871271880,
            "stop": 871271940
        },
        {
            "start": 871272060,
            "stop": 871272120
        },
        {
            "start": 871272180,
            "stop": 871272300
        },
        {
            "start": 871272360,
            "stop": 871272397
        },
        {
            "start": 871274280,
            "stop": 871274400
        },
        {
            "start": 871274520,
            "stop": 871274640
        },
        {
            "start": 871274700,
            "stop": 871274760
        },
        {
            "start": 871275186,
            "stop": 871275224
        },
        {
            "start": 871275540,
            "stop": 871275617
        },
        {
            "start": 871275634,
            "stop": 871275776
        },
        {
            "start": 871275793,
            "stop": 871275960
        },
        {
            "start": 871276020,
            "stop": 871276235
        },
        {
            "start": 871276252,
            "stop": 871276261
        },
        {
            "start": 871276280,
            "stop": 871276320
        },
        {
            "start": 871276380,
            "stop": 871276500
        },
        {
            "start": 871276560,
            "stop": 871276598
        },
        {
            "start": 871276615,
            "stop": 871277048
        }
    ]
}