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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=97",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=95",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 96,
    "results": [
        {
            "start": 825535664,
            "stop": 825535669
        },
        {
            "start": 825535673,
            "stop": 825535823
        },
        {
            "start": 825535826,
            "stop": 825535898
        },
        {
            "start": 825535904,
            "stop": 825535906
        },
        {
            "start": 825535910,
            "stop": 825535913
        },
        {
            "start": 825535916,
            "stop": 825535943
        },
        {
            "start": 825535946,
            "stop": 825535963
        },
        {
            "start": 825535967,
            "stop": 825535970
        },
        {
            "start": 825535980,
            "stop": 825535981
        },
        {
            "start": 825535984,
            "stop": 825535985
        },
        {
            "start": 825535990,
            "stop": 825535991
        },
        {
            "start": 825535994,
            "stop": 825536016
        },
        {
            "start": 825536021,
            "stop": 825536022
        },
        {
            "start": 825536026,
            "stop": 825536028
        },
        {
            "start": 825536031,
            "stop": 825536055
        },
        {
            "start": 825536058,
            "stop": 825536061
        },
        {
            "start": 825536064,
            "stop": 825536148
        },
        {
            "start": 825536153,
            "stop": 825536173
        },
        {
            "start": 825536176,
            "stop": 825537393
        },
        {
            "start": 825537396,
            "stop": 825537655
        }
    ]
}