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=33231
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=33232",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33230",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33231,
    "results": [
        {
            "start": 970975764,
            "stop": 970975816
        },
        {
            "start": 970975819,
            "stop": 970975911
        },
        {
            "start": 970975914,
            "stop": 970975973
        },
        {
            "start": 970975975,
            "stop": 970976096
        },
        {
            "start": 970976097,
            "stop": 970976193
        },
        {
            "start": 970976196,
            "stop": 970976197
        },
        {
            "start": 970976199,
            "stop": 970976248
        },
        {
            "start": 970976251,
            "stop": 970976342
        },
        {
            "start": 970976343,
            "stop": 970976450
        },
        {
            "start": 970976452,
            "stop": 970976466
        },
        {
            "start": 970976467,
            "stop": 970976477
        },
        {
            "start": 970976480,
            "stop": 970976523
        },
        {
            "start": 970976524,
            "stop": 970976568
        },
        {
            "start": 970976571,
            "stop": 970976599
        },
        {
            "start": 970976600,
            "stop": 970976618
        },
        {
            "start": 970976621,
            "stop": 970976662
        },
        {
            "start": 970976663,
            "stop": 970976687
        },
        {
            "start": 970976688,
            "stop": 970976697
        },
        {
            "start": 970976700,
            "stop": 970976703
        },
        {
            "start": 970976706,
            "stop": 970976730
        }
    ]
}