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=884
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=885",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=883",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 884,
    "results": [
        {
            "start": 863471805,
            "stop": 863472285
        },
        {
            "start": 863479405,
            "stop": 863484685
        },
        {
            "start": 863485201,
            "stop": 863485321
        },
        {
            "start": 863485351,
            "stop": 863492941
        },
        {
            "start": 863493091,
            "stop": 863494621
        },
        {
            "start": 863494919,
            "stop": 863507819
        },
        {
            "start": 863509647,
            "stop": 863511777
        },
        {
            "start": 863511987,
            "stop": 863516097
        },
        {
            "start": 863516187,
            "stop": 863517867
        },
        {
            "start": 863518090,
            "stop": 863524810
        },
        {
            "start": 863525728,
            "stop": 863528848
        },
        {
            "start": 863529095,
            "stop": 863530295
        },
        {
            "start": 863530495,
            "stop": 863531215
        },
        {
            "start": 863531373,
            "stop": 863532093
        },
        {
            "start": 863534592,
            "stop": 863534772
        },
        {
            "start": 863536104,
            "stop": 863539764
        },
        {
            "start": 863541254,
            "stop": 863541434
        },
        {
            "start": 863541653,
            "stop": 863542463
        },
        {
            "start": 863542613,
            "stop": 863543093
        },
        {
            "start": 863543892,
            "stop": 863544012
        }
    ]
}