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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=452",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=450",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 451,
    "results": [
        {
            "start": 946061994,
            "stop": 946062147
        },
        {
            "start": 946063370,
            "stop": 946064601
        },
        {
            "start": 946065709,
            "stop": 946067004
        },
        {
            "start": 946068349,
            "stop": 946068778
        },
        {
            "start": 946069450,
            "stop": 946072050
        },
        {
            "start": 946073357,
            "stop": 946075522
        },
        {
            "start": 946076460,
            "stop": 946086263
        },
        {
            "start": 946087581,
            "stop": 946088530
        },
        {
            "start": 946092799,
            "stop": 946097707
        },
        {
            "start": 946098290,
            "stop": 946112410
        },
        {
            "start": 946118390,
            "stop": 946124411
        },
        {
            "start": 946124413,
            "stop": 946132523
        },
        {
            "start": 946134779,
            "stop": 946137523
        },
        {
            "start": 946146741,
            "stop": 946146913
        },
        {
            "start": 946149910,
            "stop": 946150454
        },
        {
            "start": 946152909,
            "stop": 946154375
        },
        {
            "start": 946155437,
            "stop": 946156407
        },
        {
            "start": 946157853,
            "stop": 946163938
        },
        {
            "start": 946164714,
            "stop": 946166469
        },
        {
            "start": 946173418,
            "stop": 946187439
        }
    ]
}