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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=199",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=197",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 198,
    "results": [
        {
            "start": 1126820959,
            "stop": 1126820997
        },
        {
            "start": 1126820999,
            "stop": 1126821009
        },
        {
            "start": 1126821012,
            "stop": 1126821014
        },
        {
            "start": 1126821017,
            "stop": 1126821021
        },
        {
            "start": 1126821025,
            "stop": 1126821041
        },
        {
            "start": 1126821042,
            "stop": 1126821108
        },
        {
            "start": 1126821109,
            "stop": 1126821191
        },
        {
            "start": 1126821192,
            "stop": 1126821363
        },
        {
            "start": 1126821370,
            "stop": 1126821632
        },
        {
            "start": 1126821633,
            "stop": 1126821823
        },
        {
            "start": 1126821826,
            "stop": 1126821855
        },
        {
            "start": 1126821858,
            "stop": 1126821917
        },
        {
            "start": 1126829493,
            "stop": 1126829550
        },
        {
            "start": 1126829552,
            "stop": 1126829573
        },
        {
            "start": 1126829576,
            "stop": 1126829636
        },
        {
            "start": 1126829641,
            "stop": 1126829675
        },
        {
            "start": 1126829676,
            "stop": 1126829679
        },
        {
            "start": 1126829680,
            "stop": 1126829940
        },
        {
            "start": 1126829941,
            "stop": 1126829942
        },
        {
            "start": 1126829944,
            "stop": 1126829959
        }
    ]
}