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=160
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=161",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=159",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 160,
    "results": [
        {
            "start": 838910827,
            "stop": 838910829
        },
        {
            "start": 838910832,
            "stop": 838910844
        },
        {
            "start": 838910845,
            "stop": 838910847
        },
        {
            "start": 838910848,
            "stop": 838911793
        },
        {
            "start": 838912976,
            "stop": 838923948
        },
        {
            "start": 838926508,
            "stop": 839017961
        },
        {
            "start": 839017964,
            "stop": 839017972
        },
        {
            "start": 839017975,
            "stop": 839020507
        },
        {
            "start": 839021687,
            "stop": 839025049
        },
        {
            "start": 839026082,
            "stop": 839026779
        },
        {
            "start": 839027371,
            "stop": 839033946
        },
        {
            "start": 839033948,
            "stop": 839073605
        },
        {
            "start": 839074343,
            "stop": 839084379
        },
        {
            "start": 839100641,
            "stop": 839101542
        },
        {
            "start": 839101545,
            "stop": 839102754
        },
        {
            "start": 839102761,
            "stop": 839102908
        },
        {
            "start": 839102912,
            "stop": 839102923
        },
        {
            "start": 839102927,
            "stop": 839103012
        },
        {
            "start": 839103013,
            "stop": 839103026
        },
        {
            "start": 839103029,
            "stop": 839103119
        }
    ]
}