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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=131",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=129",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 130,
    "results": [
        {
            "start": 831617590,
            "stop": 831621193
        },
        {
            "start": 831622235,
            "stop": 831630972
        },
        {
            "start": 831631877,
            "stop": 831654247
        },
        {
            "start": 831654250,
            "stop": 831669133
        },
        {
            "start": 831670249,
            "stop": 831673873
        },
        {
            "start": 831674236,
            "stop": 831676754
        },
        {
            "start": 831676757,
            "stop": 831688923
        },
        {
            "start": 831689678,
            "stop": 831696537
        },
        {
            "start": 831697021,
            "stop": 831699368
        },
        {
            "start": 831700731,
            "stop": 831705254
        },
        {
            "start": 831708123,
            "stop": 831747193
        },
        {
            "start": 831748416,
            "stop": 831765177
        },
        {
            "start": 831766832,
            "stop": 831767922
        },
        {
            "start": 831767925,
            "stop": 831790813
        },
        {
            "start": 831791757,
            "stop": 831811933
        },
        {
            "start": 831817611,
            "stop": 831826865
        },
        {
            "start": 831847109,
            "stop": 831848884
        },
        {
            "start": 831849823,
            "stop": 831850393
        },
        {
            "start": 831852678,
            "stop": 831860533
        },
        {
            "start": 831860542,
            "stop": 831860543
        }
    ]
}