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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=175",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=173",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 174,
    "results": [
        {
            "start": 825651503,
            "stop": 825652763
        },
        {
            "start": 825653037,
            "stop": 825653697
        },
        {
            "start": 825653856,
            "stop": 825654096
        },
        {
            "start": 825657263,
            "stop": 825657443
        },
        {
            "start": 825657692,
            "stop": 825658112
        },
        {
            "start": 825658647,
            "stop": 825658767
        },
        {
            "start": 825658924,
            "stop": 825658984
        },
        {
            "start": 825659142,
            "stop": 825659382
        },
        {
            "start": 825659733,
            "stop": 825659913
        },
        {
            "start": 825660099,
            "stop": 825660579
        },
        {
            "start": 825660894,
            "stop": 825661374
        },
        {
            "start": 825661787,
            "stop": 825661847
        },
        {
            "start": 825662024,
            "stop": 825662204
        },
        {
            "start": 825662368,
            "stop": 825662668
        },
        {
            "start": 825662877,
            "stop": 825663297
        },
        {
            "start": 825663514,
            "stop": 825663814
        },
        {
            "start": 825663964,
            "stop": 825664024
        },
        {
            "start": 825664184,
            "stop": 825665084
        },
        {
            "start": 825665414,
            "stop": 825666014
        },
        {
            "start": 825666367,
            "stop": 825666427
        }
    ]
}