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=207
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=208",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=206",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 207,
    "results": [
        {
            "start": 820208483,
            "stop": 820208496
        },
        {
            "start": 820208500,
            "stop": 820208521
        },
        {
            "start": 820208524,
            "stop": 820208552
        },
        {
            "start": 820208555,
            "stop": 820208712
        },
        {
            "start": 820208716,
            "stop": 820208861
        },
        {
            "start": 820208864,
            "stop": 820208971
        },
        {
            "start": 820208975,
            "stop": 820209112
        },
        {
            "start": 820209115,
            "stop": 820209165
        },
        {
            "start": 820209169,
            "stop": 820209173
        },
        {
            "start": 820209176,
            "stop": 820209289
        },
        {
            "start": 820209292,
            "stop": 820209295
        },
        {
            "start": 820209298,
            "stop": 820209302
        },
        {
            "start": 820209305,
            "stop": 820209312
        },
        {
            "start": 820209315,
            "stop": 820209446
        },
        {
            "start": 820209449,
            "stop": 820209501
        },
        {
            "start": 820209504,
            "stop": 820209557
        },
        {
            "start": 820209560,
            "stop": 820209776
        },
        {
            "start": 820209780,
            "stop": 820209852
        },
        {
            "start": 820209856,
            "stop": 820209866
        },
        {
            "start": 820209869,
            "stop": 820209873
        }
    ]
}