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=972
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=973",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=971",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 972,
    "results": [
        {
            "start": 869080633,
            "stop": 869080993
        },
        {
            "start": 869081214,
            "stop": 869088234
        },
        {
            "start": 869088431,
            "stop": 869089031
        },
        {
            "start": 869089195,
            "stop": 869091595
        },
        {
            "start": 869091771,
            "stop": 869097891
        },
        {
            "start": 869098116,
            "stop": 869103456
        },
        {
            "start": 869103516,
            "stop": 869107596
        },
        {
            "start": 869107800,
            "stop": 869113140
        },
        {
            "start": 869113337,
            "stop": 869121197
        },
        {
            "start": 869122660,
            "stop": 869123860
        },
        {
            "start": 869124022,
            "stop": 869131702
        },
        {
            "start": 869131852,
            "stop": 869139742
        },
        {
            "start": 869139892,
            "stop": 869140492
        },
        {
            "start": 869140522,
            "stop": 869141662
        },
        {
            "start": 869142504,
            "stop": 869144424
        },
        {
            "start": 869149801,
            "stop": 869151361
        },
        {
            "start": 869151528,
            "stop": 869154378
        },
        {
            "start": 869154468,
            "stop": 869155908
        },
        {
            "start": 869156281,
            "stop": 869159041
        },
        {
            "start": 869159383,
            "stop": 869160913
        }
    ]
}