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=313
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=314",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=312",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 313,
    "results": [
        {
            "start": 833319878,
            "stop": 833320058
        },
        {
            "start": 833321149,
            "stop": 833323129
        },
        {
            "start": 833323284,
            "stop": 833323944
        },
        {
            "start": 833325149,
            "stop": 833336369
        },
        {
            "start": 833336587,
            "stop": 833337577
        },
        {
            "start": 833337727,
            "stop": 833343607
        },
        {
            "start": 833343769,
            "stop": 833345029
        },
        {
            "start": 833345302,
            "stop": 833346322
        },
        {
            "start": 833346485,
            "stop": 833348765
        },
        {
            "start": 833348927,
            "stop": 833349227
        },
        {
            "start": 833349383,
            "stop": 833352683
        },
        {
            "start": 833355881,
            "stop": 833357921
        },
        {
            "start": 833358222,
            "stop": 833358942
        },
        {
            "start": 833359092,
            "stop": 833363922
        },
        {
            "start": 833364153,
            "stop": 833365623
        },
        {
            "start": 833365653,
            "stop": 833369433
        },
        {
            "start": 833369606,
            "stop": 833371406
        },
        {
            "start": 833371577,
            "stop": 833372177
        },
        {
            "start": 833373395,
            "stop": 833375075
        },
        {
            "start": 833375224,
            "stop": 833375344
        }
    ]
}