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=443
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=444",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=442",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 443,
    "results": [
        {
            "start": 825886316,
            "stop": 825887355
        },
        {
            "start": 825887373,
            "stop": 825887568
        },
        {
            "start": 825887572,
            "stop": 825888505
        },
        {
            "start": 825888508,
            "stop": 825888877
        },
        {
            "start": 825888880,
            "stop": 825888999
        },
        {
            "start": 825889003,
            "stop": 825889008
        },
        {
            "start": 825889013,
            "stop": 825889018
        },
        {
            "start": 825889022,
            "stop": 825889126
        },
        {
            "start": 825889130,
            "stop": 825889150
        },
        {
            "start": 825889174,
            "stop": 825889264
        },
        {
            "start": 825889268,
            "stop": 825889279
        },
        {
            "start": 825889283,
            "stop": 825889304
        },
        {
            "start": 825889317,
            "stop": 825889324
        },
        {
            "start": 825895472,
            "stop": 825895478
        },
        {
            "start": 825895491,
            "stop": 825895521
        },
        {
            "start": 825895525,
            "stop": 825895530
        },
        {
            "start": 825895539,
            "stop": 825895599
        },
        {
            "start": 825895616,
            "stop": 825895633
        },
        {
            "start": 825895636,
            "stop": 825895712
        },
        {
            "start": 825895721,
            "stop": 825895766
        }
    ]
}