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=727
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=728",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=726",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 727,
    "results": [
        {
            "start": 854616884,
            "stop": 854617964
        },
        {
            "start": 854620324,
            "stop": 854630404
        },
        {
            "start": 854631905,
            "stop": 854634935
        },
        {
            "start": 854635085,
            "stop": 854643755
        },
        {
            "start": 854643905,
            "stop": 854645105
        },
        {
            "start": 854645329,
            "stop": 854646979
        },
        {
            "start": 854647129,
            "stop": 854649229
        },
        {
            "start": 854649397,
            "stop": 854649517
        },
        {
            "start": 854649673,
            "stop": 854650873
        },
        {
            "start": 854651054,
            "stop": 854652794
        },
        {
            "start": 854652948,
            "stop": 854653308
        },
        {
            "start": 854653474,
            "stop": 854657464
        },
        {
            "start": 854657494,
            "stop": 854657974
        },
        {
            "start": 854674536,
            "stop": 854674596
        },
        {
            "start": 854674626,
            "stop": 854675256
        },
        {
            "start": 854675486,
            "stop": 854675906
        },
        {
            "start": 854676116,
            "stop": 854676266
        },
        {
            "start": 854676326,
            "stop": 854676596
        },
        {
            "start": 854677002,
            "stop": 854678022
        },
        {
            "start": 854678052,
            "stop": 854678352
        }
    ]
}