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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40598",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40596",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40597,
    "results": [
        {
            "start": 874882251,
            "stop": 874882260
        },
        {
            "start": 874882380,
            "stop": 874882382
        },
        {
            "start": 874882384,
            "stop": 874882386
        },
        {
            "start": 874882387,
            "stop": 874882392
        },
        {
            "start": 874882394,
            "stop": 874882397
        },
        {
            "start": 874882401,
            "stop": 874882478
        },
        {
            "start": 874882479,
            "stop": 874882517
        },
        {
            "start": 874882518,
            "stop": 874882526
        },
        {
            "start": 874882527,
            "stop": 874882548
        },
        {
            "start": 874882550,
            "stop": 874882670
        },
        {
            "start": 874882672,
            "stop": 874882691
        },
        {
            "start": 874882692,
            "stop": 874882695
        },
        {
            "start": 874882697,
            "stop": 874882706
        },
        {
            "start": 874882708,
            "stop": 874882710
        },
        {
            "start": 874882711,
            "stop": 874882765
        },
        {
            "start": 874882767,
            "stop": 874882803
        },
        {
            "start": 874882804,
            "stop": 874882835
        },
        {
            "start": 874882836,
            "stop": 874882865
        },
        {
            "start": 874882867,
            "stop": 874882883
        },
        {
            "start": 874882884,
            "stop": 874882934
        }
    ]
}