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=1015
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=1016",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1014",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1015,
    "results": [
        {
            "start": 871767802,
            "stop": 871768552
        },
        {
            "start": 871768702,
            "stop": 871768882
        },
        {
            "start": 871769032,
            "stop": 871771612
        },
        {
            "start": 871771732,
            "stop": 871773742
        },
        {
            "start": 871773969,
            "stop": 871775469
        },
        {
            "start": 871775731,
            "stop": 871775791
        },
        {
            "start": 871775821,
            "stop": 871776271
        },
        {
            "start": 871776421,
            "stop": 871776661
        },
        {
            "start": 871776811,
            "stop": 871777351
        },
        {
            "start": 871777501,
            "stop": 871778791
        },
        {
            "start": 871778941,
            "stop": 871779301
        },
        {
            "start": 871779451,
            "stop": 871779571
        },
        {
            "start": 871779755,
            "stop": 871780835
        },
        {
            "start": 871781442,
            "stop": 871788942
        },
        {
            "start": 871789092,
            "stop": 871797282
        },
        {
            "start": 871797480,
            "stop": 871801890
        },
        {
            "start": 871802040,
            "stop": 871803090
        },
        {
            "start": 871803240,
            "stop": 871803450
        },
        {
            "start": 871803600,
            "stop": 871804740
        },
        {
            "start": 871806622,
            "stop": 871812262
        }
    ]
}