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=878
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=879",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=877",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 878,
    "results": [
        {
            "start": 863073205,
            "stop": 863073415
        },
        {
            "start": 863073565,
            "stop": 863075845
        },
        {
            "start": 863077550,
            "stop": 863091440
        },
        {
            "start": 863091590,
            "stop": 863094590
        },
        {
            "start": 863095165,
            "stop": 863095525
        },
        {
            "start": 863095736,
            "stop": 863096096
        },
        {
            "start": 863097124,
            "stop": 863101684
        },
        {
            "start": 863102009,
            "stop": 863110529
        },
        {
            "start": 863110679,
            "stop": 863119559
        },
        {
            "start": 863119694,
            "stop": 863120414
        },
        {
            "start": 863120550,
            "stop": 863123790
        },
        {
            "start": 863125091,
            "stop": 863126171
        },
        {
            "start": 863126880,
            "stop": 863141280
        },
        {
            "start": 863141450,
            "stop": 863143490
        },
        {
            "start": 863143692,
            "stop": 863145372
        },
        {
            "start": 863145589,
            "stop": 863147089
        },
        {
            "start": 863147225,
            "stop": 863147885
        },
        {
            "start": 863148037,
            "stop": 863150197
        },
        {
            "start": 863150399,
            "stop": 863150969
        },
        {
            "start": 863151119,
            "stop": 863153069
        }
    ]
}