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=1324
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=1325",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1323",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1324,
    "results": [
        {
            "start": 843839825,
            "stop": 843839828
        },
        {
            "start": 843839833,
            "stop": 843839860
        },
        {
            "start": 843839863,
            "stop": 843839887
        },
        {
            "start": 843839890,
            "stop": 843839942
        },
        {
            "start": 843839945,
            "stop": 843839956
        },
        {
            "start": 843839959,
            "stop": 843839968
        },
        {
            "start": 843839971,
            "stop": 843839972
        },
        {
            "start": 843839975,
            "stop": 843840025
        },
        {
            "start": 843840028,
            "stop": 843840041
        },
        {
            "start": 843840044,
            "stop": 843840048
        },
        {
            "start": 843840056,
            "stop": 843840067
        },
        {
            "start": 843840070,
            "stop": 843840072
        },
        {
            "start": 843840075,
            "stop": 843840083
        },
        {
            "start": 843840090,
            "stop": 843840092
        },
        {
            "start": 843840095,
            "stop": 843840101
        },
        {
            "start": 843840104,
            "stop": 843840126
        },
        {
            "start": 843840129,
            "stop": 843840145
        },
        {
            "start": 843840148,
            "stop": 843840150
        },
        {
            "start": 843840153,
            "stop": 843840155
        },
        {
            "start": 843840158,
            "stop": 843840193
        }
    ]
}