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=3592
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=3593",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3591",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3592,
    "results": [
        {
            "start": 871895878,
            "stop": 871898000
        },
        {
            "start": 871898017,
            "stop": 871898750
        },
        {
            "start": 871898767,
            "stop": 871904280
        },
        {
            "start": 871904345,
            "stop": 871905539
        },
        {
            "start": 871905556,
            "stop": 871906052
        },
        {
            "start": 871906069,
            "stop": 871906378
        },
        {
            "start": 871906395,
            "stop": 871906401
        },
        {
            "start": 871906424,
            "stop": 871907580
        },
        {
            "start": 871907643,
            "stop": 871909604
        },
        {
            "start": 871909621,
            "stop": 871909629
        },
        {
            "start": 871909646,
            "stop": 871909667
        },
        {
            "start": 871909684,
            "stop": 871909890
        },
        {
            "start": 871909908,
            "stop": 871909985
        },
        {
            "start": 871910002,
            "stop": 871910207
        },
        {
            "start": 871910224,
            "stop": 871910849
        },
        {
            "start": 871910871,
            "stop": 871911393
        },
        {
            "start": 871911410,
            "stop": 871911849
        },
        {
            "start": 871911866,
            "stop": 871911874
        },
        {
            "start": 871911891,
            "stop": 871912159
        },
        {
            "start": 871912176,
            "stop": 871912727
        }
    ]
}