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=3717
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=3718",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3716",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3717,
    "results": [
        {
            "start": 873310593,
            "stop": 873310863
        },
        {
            "start": 873310880,
            "stop": 873311039
        },
        {
            "start": 873311056,
            "stop": 873311406
        },
        {
            "start": 873311423,
            "stop": 873311530
        },
        {
            "start": 873311547,
            "stop": 873312049
        },
        {
            "start": 873312066,
            "stop": 873312501
        },
        {
            "start": 873312518,
            "stop": 873312945
        },
        {
            "start": 873312962,
            "stop": 873313071
        },
        {
            "start": 873313088,
            "stop": 873313491
        },
        {
            "start": 873313508,
            "stop": 873313812
        },
        {
            "start": 873313829,
            "stop": 873316421
        },
        {
            "start": 873316438,
            "stop": 873316920
        },
        {
            "start": 873316937,
            "stop": 873317137
        },
        {
            "start": 873317154,
            "stop": 873318076
        },
        {
            "start": 873318079,
            "stop": 873318321
        },
        {
            "start": 873318338,
            "stop": 873318386
        },
        {
            "start": 873318796,
            "stop": 873319214
        },
        {
            "start": 873319231,
            "stop": 873319486
        },
        {
            "start": 873319504,
            "stop": 873320058
        },
        {
            "start": 873320075,
            "stop": 873320362
        }
    ]
}