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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46712",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46710",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46711,
    "results": [
        {
            "start": 875055548,
            "stop": 875055557
        },
        {
            "start": 875055559,
            "stop": 875055560
        },
        {
            "start": 875055561,
            "stop": 875055566
        },
        {
            "start": 875055567,
            "stop": 875055622
        },
        {
            "start": 875055623,
            "stop": 875055659
        },
        {
            "start": 875055660,
            "stop": 875055666
        },
        {
            "start": 875055667,
            "stop": 875055699
        },
        {
            "start": 875055700,
            "stop": 875055702
        },
        {
            "start": 875055703,
            "stop": 875055723
        },
        {
            "start": 875055725,
            "stop": 875055744
        },
        {
            "start": 875055746,
            "stop": 875055769
        },
        {
            "start": 875055770,
            "stop": 875055801
        },
        {
            "start": 875055802,
            "stop": 875055887
        },
        {
            "start": 875055889,
            "stop": 875055941
        },
        {
            "start": 875057465,
            "stop": 875057608
        },
        {
            "start": 875057609,
            "stop": 875057701
        },
        {
            "start": 875057703,
            "stop": 875057763
        },
        {
            "start": 875057764,
            "stop": 875057774
        },
        {
            "start": 875057775,
            "stop": 875057954
        },
        {
            "start": 875057955,
            "stop": 875057961
        }
    ]
}