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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8874",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8872",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8873,
    "results": [
        {
            "start": 873148057,
            "stop": 873148088
        },
        {
            "start": 873148107,
            "stop": 873148157
        },
        {
            "start": 873148176,
            "stop": 873148273
        },
        {
            "start": 873148293,
            "stop": 873148401
        },
        {
            "start": 873148420,
            "stop": 873148466
        },
        {
            "start": 873148485,
            "stop": 873150381
        },
        {
            "start": 873150398,
            "stop": 873150567
        },
        {
            "start": 873150586,
            "stop": 873150655
        },
        {
            "start": 873150675,
            "stop": 873150724
        },
        {
            "start": 873150743,
            "stop": 873157344
        },
        {
            "start": 873157361,
            "stop": 873157921
        },
        {
            "start": 873157938,
            "stop": 873159942
        },
        {
            "start": 873159959,
            "stop": 873160680
        },
        {
            "start": 873160800,
            "stop": 873162491
        },
        {
            "start": 873162508,
            "stop": 873163591
        },
        {
            "start": 873163608,
            "stop": 873164828
        },
        {
            "start": 873164902,
            "stop": 873167537
        },
        {
            "start": 873167554,
            "stop": 873169087
        },
        {
            "start": 873169104,
            "stop": 873169928
        },
        {
            "start": 873169945,
            "stop": 873170985
        }
    ]
}