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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6461",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6459",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6460,
    "results": [
        {
            "start": 873999664,
            "stop": 873999667
        },
        {
            "start": 873999669,
            "stop": 873999983
        },
        {
            "start": 873999985,
            "stop": 874000051
        },
        {
            "start": 874000052,
            "stop": 874001342
        },
        {
            "start": 874001344,
            "stop": 874001532
        },
        {
            "start": 874001534,
            "stop": 874001772
        },
        {
            "start": 874001773,
            "stop": 874001829
        },
        {
            "start": 874001831,
            "stop": 874002955
        },
        {
            "start": 874002956,
            "stop": 874003282
        },
        {
            "start": 874003283,
            "stop": 874003350
        },
        {
            "start": 874003352,
            "stop": 874003479
        },
        {
            "start": 874003480,
            "stop": 874003509
        },
        {
            "start": 874003510,
            "stop": 874003520
        },
        {
            "start": 874003521,
            "stop": 874004379
        },
        {
            "start": 874004380,
            "stop": 874004553
        },
        {
            "start": 874004554,
            "stop": 874004706
        },
        {
            "start": 874004707,
            "stop": 874004893
        },
        {
            "start": 874004894,
            "stop": 874005327
        },
        {
            "start": 874005328,
            "stop": 874005425
        },
        {
            "start": 874005426,
            "stop": 874006143
        }
    ]
}