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/H2_BURST_CAT3/segments?format=api&page=5669
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5670",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5668",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5669,
    "results": [
        {
            "start": 874548472,
            "stop": 874548476
        },
        {
            "start": 874548480,
            "stop": 874548513
        },
        {
            "start": 874548517,
            "stop": 874548585
        },
        {
            "start": 874548590,
            "stop": 874548595
        },
        {
            "start": 874548598,
            "stop": 874548610
        },
        {
            "start": 874548613,
            "stop": 874548625
        },
        {
            "start": 874548628,
            "stop": 874548652
        },
        {
            "start": 874548655,
            "stop": 874548669
        },
        {
            "start": 874548674,
            "stop": 874548715
        },
        {
            "start": 874548718,
            "stop": 874548765
        },
        {
            "start": 874548769,
            "stop": 874548854
        },
        {
            "start": 874548857,
            "stop": 874548887
        },
        {
            "start": 874548890,
            "stop": 874548921
        },
        {
            "start": 874548924,
            "stop": 874548952
        },
        {
            "start": 874548956,
            "stop": 874548958
        },
        {
            "start": 874548961,
            "stop": 874549015
        },
        {
            "start": 874549018,
            "stop": 874549075
        },
        {
            "start": 874549079,
            "stop": 874549153
        },
        {
            "start": 874549157,
            "stop": 874549242
        },
        {
            "start": 874549245,
            "stop": 874549320
        }
    ]
}