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=1423
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=1424",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1422",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1423,
    "results": [
        {
            "start": 851389234,
            "stop": 851399736
        },
        {
            "start": 851400330,
            "stop": 851408053
        },
        {
            "start": 851408203,
            "stop": 851464243
        },
        {
            "start": 851467126,
            "stop": 851507045
        },
        {
            "start": 851507048,
            "stop": 851513353
        },
        {
            "start": 851513398,
            "stop": 851513400
        },
        {
            "start": 851516309,
            "stop": 851520310
        },
        {
            "start": 851520656,
            "stop": 851522167
        },
        {
            "start": 851523205,
            "stop": 851533531
        },
        {
            "start": 851644584,
            "stop": 851644587
        },
        {
            "start": 851645178,
            "stop": 851660543
        },
        {
            "start": 851661166,
            "stop": 851666134
        },
        {
            "start": 851669462,
            "stop": 851674673
        },
        {
            "start": 851677734,
            "stop": 851698033
        },
        {
            "start": 851699585,
            "stop": 851703780
        },
        {
            "start": 851703783,
            "stop": 851778675
        },
        {
            "start": 851780244,
            "stop": 851780872
        },
        {
            "start": 851782098,
            "stop": 851785379
        },
        {
            "start": 851786839,
            "stop": 851787947
        },
        {
            "start": 851805974,
            "stop": 851864173
        }
    ]
}