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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=327",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=325",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 326,
    "results": [
        {
            "start": 1181831925,
            "stop": 1181834222
        },
        {
            "start": 1181834225,
            "stop": 1181834229
        },
        {
            "start": 1181834246,
            "stop": 1181834252
        },
        {
            "start": 1181834271,
            "stop": 1181834277
        },
        {
            "start": 1181834283,
            "stop": 1181834962
        },
        {
            "start": 1181834963,
            "stop": 1181835626
        },
        {
            "start": 1181835627,
            "stop": 1181835651
        },
        {
            "start": 1181835652,
            "stop": 1181835700
        },
        {
            "start": 1181835701,
            "stop": 1181836310
        },
        {
            "start": 1181836313,
            "stop": 1181836694
        },
        {
            "start": 1181836699,
            "stop": 1181836700
        },
        {
            "start": 1181836705,
            "stop": 1181837134
        },
        {
            "start": 1181837136,
            "stop": 1181837777
        },
        {
            "start": 1181837784,
            "stop": 1181837786
        },
        {
            "start": 1181837831,
            "stop": 1181837833
        },
        {
            "start": 1181837839,
            "stop": 1181838069
        },
        {
            "start": 1181838071,
            "stop": 1181838710
        },
        {
            "start": 1181838711,
            "stop": 1181839261
        },
        {
            "start": 1181839263,
            "stop": 1181839509
        },
        {
            "start": 1181839510,
            "stop": 1181840039
        }
    ]
}