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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33230",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33228",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33229,
    "results": [
        {
            "start": 970973789,
            "stop": 970973830
        },
        {
            "start": 970973831,
            "stop": 970973907
        },
        {
            "start": 970973910,
            "stop": 970973948
        },
        {
            "start": 970973951,
            "stop": 970974018
        },
        {
            "start": 970974019,
            "stop": 970974052
        },
        {
            "start": 970974053,
            "stop": 970974054
        },
        {
            "start": 970974055,
            "stop": 970974072
        },
        {
            "start": 970974073,
            "stop": 970974105
        },
        {
            "start": 970974108,
            "stop": 970974197
        },
        {
            "start": 970974198,
            "stop": 970974232
        },
        {
            "start": 970974235,
            "stop": 970974268
        },
        {
            "start": 970974269,
            "stop": 970974360
        },
        {
            "start": 970974361,
            "stop": 970974390
        },
        {
            "start": 970974396,
            "stop": 970974404
        },
        {
            "start": 970974410,
            "stop": 970974426
        },
        {
            "start": 970974427,
            "stop": 970974544
        },
        {
            "start": 970974545,
            "stop": 970974570
        },
        {
            "start": 970974571,
            "stop": 970974642
        },
        {
            "start": 970974645,
            "stop": 970974736
        },
        {
            "start": 970974738,
            "stop": 970974797
        }
    ]
}