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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=720",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=718",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 719,
    "results": [
        {
            "start": 851428193,
            "stop": 851464262
        },
        {
            "start": 851464264,
            "stop": 851464266
        },
        {
            "start": 851468405,
            "stop": 851472560
        },
        {
            "start": 851472565,
            "stop": 851472566
        },
        {
            "start": 851472573,
            "stop": 851472608
        },
        {
            "start": 851472611,
            "stop": 851513395
        },
        {
            "start": 851515688,
            "stop": 851520009
        },
        {
            "start": 851521894,
            "stop": 851522160
        },
        {
            "start": 851522744,
            "stop": 851551632
        },
        {
            "start": 851551649,
            "stop": 851554529
        },
        {
            "start": 851554532,
            "stop": 851577450
        },
        {
            "start": 851577510,
            "stop": 851626602
        },
        {
            "start": 851626604,
            "stop": 851632317
        },
        {
            "start": 851632324,
            "stop": 851644588
        },
        {
            "start": 851645177,
            "stop": 851645617
        },
        {
            "start": 851645647,
            "stop": 851646510
        },
        {
            "start": 851647256,
            "stop": 851660190
        },
        {
            "start": 851663480,
            "stop": 851665989
        },
        {
            "start": 851669590,
            "stop": 851670330
        },
        {
            "start": 851670390,
            "stop": 851670398
        }
    ]
}