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=285
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=286",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=284",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 285,
    "results": [
        {
            "start": 821180174,
            "stop": 821180595
        },
        {
            "start": 821180596,
            "stop": 821180864
        },
        {
            "start": 821180868,
            "stop": 821181079
        },
        {
            "start": 821181082,
            "stop": 821182382
        },
        {
            "start": 821182993,
            "stop": 821183078
        },
        {
            "start": 821184087,
            "stop": 821185416
        },
        {
            "start": 821185420,
            "stop": 821185466
        },
        {
            "start": 821185469,
            "stop": 821185821
        },
        {
            "start": 821185822,
            "stop": 821186071
        },
        {
            "start": 821209846,
            "stop": 821216644
        },
        {
            "start": 821216647,
            "stop": 821216987
        },
        {
            "start": 821217713,
            "stop": 821217823
        },
        {
            "start": 821218510,
            "stop": 821219107
        },
        {
            "start": 821219110,
            "stop": 821222093
        },
        {
            "start": 821225176,
            "stop": 821227788
        },
        {
            "start": 821227791,
            "stop": 821231715
        },
        {
            "start": 821231719,
            "stop": 821232148
        },
        {
            "start": 821232164,
            "stop": 821232290
        },
        {
            "start": 821232766,
            "stop": 821232907
        },
        {
            "start": 821232910,
            "stop": 821233010
        }
    ]
}