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=40938
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=40939",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40937",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40938,
    "results": [
        {
            "start": 875111030,
            "stop": 875111050
        },
        {
            "start": 875111051,
            "stop": 875111073
        },
        {
            "start": 875111075,
            "stop": 875111089
        },
        {
            "start": 875111090,
            "stop": 875111156
        },
        {
            "start": 875111157,
            "stop": 875111183
        },
        {
            "start": 875111185,
            "stop": 875111241
        },
        {
            "start": 875111243,
            "stop": 875111300
        },
        {
            "start": 875111301,
            "stop": 875111305
        },
        {
            "start": 875111306,
            "stop": 875111433
        },
        {
            "start": 875111435,
            "stop": 875111476
        },
        {
            "start": 875111477,
            "stop": 875111481
        },
        {
            "start": 875111482,
            "stop": 875111494
        },
        {
            "start": 875111497,
            "stop": 875111518
        },
        {
            "start": 875111519,
            "stop": 875111539
        },
        {
            "start": 875111541,
            "stop": 875111603
        },
        {
            "start": 875111604,
            "stop": 875111624
        },
        {
            "start": 875111626,
            "stop": 875111667
        },
        {
            "start": 875111668,
            "stop": 875111693
        },
        {
            "start": 875111694,
            "stop": 875111709
        },
        {
            "start": 875111711,
            "stop": 875111731
        }
    ]
}