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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4972",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4970",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4971,
    "results": [
        {
            "start": 874408244,
            "stop": 874408256
        },
        {
            "start": 874408275,
            "stop": 874408291
        },
        {
            "start": 874408310,
            "stop": 874408596
        },
        {
            "start": 874408615,
            "stop": 874408722
        },
        {
            "start": 874408742,
            "stop": 874408829
        },
        {
            "start": 874408853,
            "stop": 874409051
        },
        {
            "start": 874409070,
            "stop": 874409141
        },
        {
            "start": 874409160,
            "stop": 874409485
        },
        {
            "start": 874409504,
            "stop": 874409613
        },
        {
            "start": 874409632,
            "stop": 874409666
        },
        {
            "start": 874409685,
            "stop": 874409759
        },
        {
            "start": 874409778,
            "stop": 874409798
        },
        {
            "start": 874409817,
            "stop": 874410879
        },
        {
            "start": 874410898,
            "stop": 874410910
        },
        {
            "start": 874410927,
            "stop": 874411026
        },
        {
            "start": 874411045,
            "stop": 874411108
        },
        {
            "start": 874411127,
            "stop": 874411441
        },
        {
            "start": 874411460,
            "stop": 874411828
        },
        {
            "start": 874411847,
            "stop": 874411875
        },
        {
            "start": 874411894,
            "stop": 874412032
        }
    ]
}