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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=801",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=799",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 800,
    "results": [
        {
            "start": 858770201,
            "stop": 858770711
        },
        {
            "start": 858770861,
            "stop": 858771881
        },
        {
            "start": 858773405,
            "stop": 858777005
        },
        {
            "start": 858778486,
            "stop": 858782956
        },
        {
            "start": 858783840,
            "stop": 858783900
        },
        {
            "start": 858784328,
            "stop": 858784568
        },
        {
            "start": 858784748,
            "stop": 858784958
        },
        {
            "start": 858785108,
            "stop": 858785408
        },
        {
            "start": 858785438,
            "stop": 858785498
        },
        {
            "start": 858785588,
            "stop": 858785888
        },
        {
            "start": 858791845,
            "stop": 858792085
        },
        {
            "start": 858792235,
            "stop": 858792625
        },
        {
            "start": 858793822,
            "stop": 858797902
        },
        {
            "start": 858798348,
            "stop": 858799488
        },
        {
            "start": 858800117,
            "stop": 858800417
        },
        {
            "start": 858800620,
            "stop": 858800800
        },
        {
            "start": 858801181,
            "stop": 858805111
        },
        {
            "start": 858806055,
            "stop": 858806745
        },
        {
            "start": 858811258,
            "stop": 858819118
        },
        {
            "start": 858833758,
            "stop": 858833938
        }
    ]
}