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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1926",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1924",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1925,
    "results": [
        {
            "start": 849309512,
            "stop": 849309741
        },
        {
            "start": 849309744,
            "stop": 849314267
        },
        {
            "start": 849314275,
            "stop": 849361802
        },
        {
            "start": 849361804,
            "stop": 849367020
        },
        {
            "start": 849367025,
            "stop": 849368135
        },
        {
            "start": 849368136,
            "stop": 849369716
        },
        {
            "start": 849402005,
            "stop": 849402772
        },
        {
            "start": 849402776,
            "stop": 849413591
        },
        {
            "start": 849413891,
            "stop": 849413930
        },
        {
            "start": 849414040,
            "stop": 849414197
        },
        {
            "start": 849414573,
            "stop": 849414632
        },
        {
            "start": 849414932,
            "stop": 849427508
        },
        {
            "start": 849429441,
            "stop": 849443134
        },
        {
            "start": 849445538,
            "stop": 849460119
        },
        {
            "start": 849460242,
            "stop": 849463511
        },
        {
            "start": 849463638,
            "stop": 849464149
        },
        {
            "start": 849464210,
            "stop": 849465598
        },
        {
            "start": 849465637,
            "stop": 849470065
        },
        {
            "start": 849470070,
            "stop": 849470337
        },
        {
            "start": 849471557,
            "stop": 849471607
        }
    ]
}